RE: Flushing async appenders

2017-11-28 Thread Laurent Hasson
ember 28, 2017 07:22 To: Log4J Users List Subject: Re: Flushing async appenders What version of Log4j2 are you using? You can raise a JIRA ticket here: https://issues.apache.org/jira/browse/LOG4J2 (Shameless plug) Every java main() method deserves http://picocli.info > On Nov 28, 2017,

RE: Flushing async appenders

2017-11-28 Thread Laurent Hasson
similar positive metabolic effects. -Original Message- From: Remko Popma [mailto:remko.po...@gmail.com] Sent: Tuesday, November 28, 2017 07:22 To: Log4J Users List Subject: Re: Flushing async appenders What version of Log4j2 are you using? You can raise a JIRA ticket here: https

Re: Flushing async appenders

2017-11-28 Thread Remko Popma
hilies) their kick, and boosts our metabolism, keeps immature fat cells > from developing into full-fledged ones. And a recent study found that a > compound in some sweet peppers (called CH-19 Sweet), which resembles > capsaicin, provides similar positive metabolic effects. > > -

RE: Flushing async appenders

2017-11-28 Thread Laurent Hasson
cent study found that a compound in some sweet peppers (called CH-19 Sweet), which resembles capsaicin, provides similar positive metabolic effects. -Original Message- From: Remko Popma [mailto:remko.po...@gmail.com] Sent: Thursday, November 23, 2017 17:36 To: Log4J Users List Subject: R

Re: Flushing async appenders

2017-11-23 Thread Remko Popma
That is strange: with the async appender (and also with async loggers), Log4j2 should automatically flush the I/O buffer when the async queue is empty... You may have found an issue. Can you raise a JIRA ticket for this? Meanwhile, you can add attribute immediateFlush="true" to your Rolling file

Flushing async appenders

2017-11-23 Thread Laurent Hasson
Hello all, I have the following configuration file using async appenders. It works well but I have one issue. During low-volume activity on my site, it seems that nothing is output to the file, so it's hard to see what's going on. Same issue happens while developing. But as soon as enough activ