dev #108
@ -44,7 +44,9 @@ public class FrontendForwardingFilter implements ContainerResponseFilter {
|
||||
final String path = info.getPath();
|
||||
final String address = request.remoteAddress().toString();
|
||||
|
||||
if (!path.equals("/api")) {
|
||||
LOG.infof("Request %s %s from IP %s", method, path, address);
|
||||
}
|
||||
|
||||
int status = responseContext.getStatus();
|
||||
if (status != 404 && !(status == 405 && "GET".equals(requestContext.getMethod()))) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user