Re: In Async mode with disruptor, How could I know my ring buffer setting is big enough or hit zero quickly?

2019-11-15 Thread yin ze hong
Hi, In Async mode with disruptor, How could I know my ring buffer setting is big enough or hit zero quickly? I googled a little bit and read doc, not found any information how could user know or monitor that ring buffer's situation. Zehong Best Regards

Re: Log4j Syslog

2019-11-15 Thread Ralph Goers
1. Please not that the paragraph after your signature is meaningless when posting to a publicly archived mailing list such as this one. 2. The pattern attribute needs to be a valid pattern “RFC 5424” is not a valid pattern. I would assume that you really should have specified layout.type=RFC542

Log4j Syslog

2019-11-15 Thread Vimochan.Cheethirala
Hello guys, Not sure if this is a right forum, but trying my luck. I am trying to use a properties file to enable my application to send syslog events to our ELM over SSL/TLS. I have installed my cert in the keystore, it looks like its not working…can anyone verify if these entries make sense.

Re: Setting logger levels not working when building with Bazel

2019-11-15 Thread Zellyn Hunter
Yeah, I think so. But unfortunately, none of the recommended ways of programmatically setting a logger's level include replicating the context-finding code path that would have been used to get the logger initially, if you used the class rather than the name. Zellyn On Fri, Nov 15, 2019 at 10:27

Re: Setting logger levels not working when building with Bazel

2019-11-15 Thread Matt Sicker
You still raise an interesting question about the LoggerContext thing. I've never really understood the "current context" boolean argument and whether or not that ever works properly. I think in theory, the current context is supposed to cache whatever the last seen LoggerContext in that thread is