Skip to content

Commit 3f66fae

Browse files
committed
Updated log filter.
1 parent fba26a6 commit 3f66fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/prebid/server/handler/ExceptionHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ private static boolean shouldLogException(Throwable exception) {
3838

3939
private static boolean isConnectionResetException(Throwable exception) {
4040
return exception instanceof IOException
41-
&& StringUtils.equals("readAddress(..) failed: Connection reset by peer", exception.getMessage());
41+
&& StringUtils.equals("recvAddress(..) failed: Connection reset by peer", exception.getMessage());
4242
}
4343

4444
private static String errorMessageFrom(Throwable exception) {

0 commit comments

Comments
 (0)