Message11240

Author jeff.allen
Recipients amak, jeff.allen, zyasoft
Date 2017-03-18.15:07:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489849644.54.0.285364045682.issue2517@psf.upfronthosting.co.za>
In-reply-to
Content
Not logback (which seems an excellent library BTW) but plain ol' java.util.logging. Netty adapts to what's available https://github.com/netty/netty/blob/4.1/common/src/main/java/io/netty/util/internal/logging/InternalLoggerFactory.java#L19 .

I'm going to quiet the stack dumps I observe in test_socket only, treating them for now as a side effect of the way we keep making and tearing things up when testing. There are two loggers: one producing at SEVERE, the other at WARNING, which I'll set to OFF and SEVERE respectively.

I suspect there are real causes here we could fix, along with the hang I regularly experience, but I'd need to know more about Netty and sockets -- which I'd like to.
History
Date User Action Args
2017-03-18 15:07:24jeff.allensetmessageid: <1489849644.54.0.285364045682.issue2517@psf.upfronthosting.co.za>
2017-03-18 15:07:24jeff.allensetrecipients: + jeff.allen, amak, zyasoft
2017-03-18 15:07:24jeff.allenlinkissue2517 messages
2017-03-18 15:07:23jeff.allencreate