We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d3229 commit 5cc6d5fCopy full SHA for 5cc6d5f
1 file changed
dspace-server-webapp/src/main/java/org/dspace/app/rest/exception/DSpaceApiExceptionControllerAdvice.java
@@ -66,7 +66,8 @@ public class DSpaceApiExceptionControllerAdvice extends ResponseEntityExceptionH
66
* so that expected 404s don't flood production logs.
67
* Set to WARN in log4j2.xml to see 404 responses in logs.
68
*/
69
- private static final Logger notFoundLog = LogManager.getLogger("org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice.NotFound");
+ private static final Logger notFoundLog =
70
+ LogManager.getLogger("org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice.NotFound");
71
72
/**
73
* Default collection of HTTP error codes to log as ERROR with full stack trace.
0 commit comments