Re: Issues Logging wtith log4j at common and webapp levels

2012-12-03 Thread David Johle
Well I managed to accomplish my goal 100% with the help of some new features in Log4j 2.x (currently beta-3). My eventual setup was to use the BasicContextSelector to ensure only a single logging heirarchy was created for the whole VM regardless of webapps. Then I tag events per-webapp using

Re: [OT] Issues Logging wtith log4j at common and webapp levels

2012-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 12/3/12 1:57 PM, David Johle wrote: Well I managed to accomplish my goal 100% with the help of some new features in Log4j 2.x (currently beta-3). Holy crap, the log4j folks are finally going to release an update. After the abortive

Re: Issues Logging wtith log4j at common and webapp levels

2012-12-03 Thread André Warnier
David Johle wrote: Well I managed to accomplish my goal 100% with the help of some new features in Log4j 2.x (currently beta-3). My eventual setup was to use the BasicContextSelector to ensure only a single logging heirarchy was created for the whole VM regardless of webapps. Then I tag

Issues Logging wtith log4j at common and webapp levels

2012-10-02 Thread David Johle
I am having some issues getting the right planetary alignment of file locations configuration settings to get logging to work how I'd ideally like it. I think I'm having some undesireable interactions with static members and classloaders and such. This post is a bit of a novel, sorry about

Re: Issues Logging wtith log4j at common and webapp levels

2012-10-02 Thread Mark Thomas
On 02/10/2012 20:29, David Johle wrote: Thanks for the clear question. While it was quite long, it was very readable, relevant and on point. That meant I got to the end rather than giving up after a few lines which is what usually happens with me and long questions. So in summary, I'm just