zalando-stups/fullstop

Remove log: Exception Processing ErrorPage

harti2006 opened this issue · 1 comments

Currently we are seeing a lot of those lines in our logs:

ERROR [http-nio-8080-exec-137] o.a.c.c.C.[.[localhost] - Exception Processing ErrorPage[errorCode=0, location=/error]
org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe

Expected behavior

Maybe we can set the log level for ClientAbortException to OFF

spring-projects/spring-boot#2001 maybe we should wait for this.