central logging server

2009-11-20 Thread Kaushal Shriyan
Hi, Is there a way to have a central log server using log4j ? Any step by step guide to configure it. Thanks, Kaushal - To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-us

Re: bizarre NPE exception

2009-11-20 Thread Matt Brown
FAQ answer refers to log4j 1.2.16, which has not been released yet - is that coming soon? On Fri, Nov 20, 2009 at 8:26 AM, Curt Arnold wrote: > Please read the FAQ on Tomcat class-loading at > http://svn.apache.org/repos/asf/logging/log4j/trunk/src/site/fml/faq.fml. > There are ways to reconfig

Re: bizarre NPE exception

2009-11-20 Thread Curt Arnold
Please read the FAQ on Tomcat class-loading at http://svn.apache.org/repos/asf/logging/log4j/trunk/src/site/fml/faq.fml. There are ways to reconfigure Tomcat (and most likely Glassfish) that will avoid the issue if you can't update to a release that has the bug fixed. --

Re: one project multiple log files

2009-11-20 Thread Matt Brown
What does your log4j.xml/properties look like? What you want is easily achievable, you just need to set it up correctly. log4j.rootLogger = ERROR log4j.logger.com.one = DEBUG, ONE log4j.logger.com.two = DEBUG, two log4j.appender.ONE = ... log4j.appender.TWO = ... etc. On Fri, Nov 20, 2009 at