https://issues.apache.org/bugzilla/show_bug.cgi?id=50273
--- Comment #4 from Mark Thomas <ma...@apache.org> 2010-11-21 14:38:37 EST --- Created an attachment (id=26323) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26323) Proposed patch for Tomcat 7 The proposed patch adds a separate logger for the acceptor and reduces the log level from SEVERE to WARNING if the error code is 233. This should allow it to be filtered out on HP-UX but it will still be logged by default on other platforms. To filter these messages out, add the following to logging.properties org.apache.tomcat.util.net.AprEndpoint$Acceptor.level = SEVERE -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org