Skip to content

Commit 5cc6d5f

Browse files
committed
The row lenght was updated to be less than 120 chars (#1274)
1 parent 14d3229 commit 5cc6d5f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dspace-server-webapp/src/main/java/org/dspace/app/rest/exception/DSpaceApiExceptionControllerAdvice.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ public class DSpaceApiExceptionControllerAdvice extends ResponseEntityExceptionH
6666
* so that expected 404s don't flood production logs.
6767
* Set to WARN in log4j2.xml to see 404 responses in logs.
6868
*/
69-
private static final Logger notFoundLog = LogManager.getLogger("org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice.NotFound");
69+
private static final Logger notFoundLog =
70+
LogManager.getLogger("org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice.NotFound");
7071

7172
/**
7273
* Default collection of HTTP error codes to log as ERROR with full stack trace.

0 commit comments

Comments
 (0)