Re: Feature discussion: A memory appender that can be triggered to dump in-memory logging messages to file

2019-01-29 Thread yudeshui2007
Thanks for your comments and suggestions! I created https://issues.apache.org/jira/browse/LOG4J2-2538 to track this feature request, and link it to https://issues.apache.org/jira/browse/LOG4J2-1137. I'm also organizing my prototype code to create a PR in github. Thanks, Deshui On 2019/01/28

Re: Feature discussion: A memory appender that can be triggered to dump in-memory logging messages to file

2019-01-28 Thread yudeshui2007
On 2019/01/28 21:40:09, Remko Popma wrote: > This reminds me of a JIRA ticket that Ralph raised. > https://issues.apache.org/jira/browse/LOG4J2-1137 > > That would be very nice to have! > > Remko. > > (Shameless plug) Every java main() method deserves http://picocli.info > > > On Jan 29,

Re: Feature discussion: A memory appender that can be triggered to dump in-memory logging messages to file

2019-01-28 Thread yudeshui2007
On 2019/01/28 21:23:00, Matt Sicker wrote: > I like the idea in general, though I wonder if this is already doable > with an existing plugin? > > On Mon, 28 Jan 2019 at 04:43, 于得水 wrote: > > > > Hello, Log4j developers > > We have a problem when debugging an online production system. Ou