Re: log4j2 getting started rolling files

2014-01-06 Thread Joe
Remko Popma-2 wrote Sorry, the mailing list software doesn't like attachments. Maybe it is more convenient to open a Jira ticket so you can attach files. Hmm, my post dosn't have attachments, the small source pieces are embedded inside the post. But if you think, then I'll open a jira issue

Re: log4j2 getting started rolling files

2014-01-06 Thread Remko Popma
Sorry, I didn't see any source so assumed you had attached files... Sent from my iPhone On 2014/01/06, at 18:29, Joe joej...@jme.de wrote: Remko Popma-2 wrote Sorry, the mailing list software doesn't like attachments. Maybe it is more convenient to open a Jira ticket so you can attach

What's the point of logger.catching(e)?

2014-01-06 Thread Matt Sicker
In my own projects, I was using it manually to log exactly what I thought it was for. However, the method with no specified level uses Level.TRACE if I recall correctly, and that level is usually disabled. Anyway, is this provided more so as a method to be automatically injected via bytecode