Re: problems with logging

2006-07-05 Thread Eugeny N Dzhurinsky
On Tue, Jul 04, 2006 at 09:19:53AM -0400, Javier Gonzalez wrote: A possible fix is configuring the root Logger for DEBUG priority - however, this will leave all loggers logging at DEBUG level. I tried that too - still have seen no logs except logs for my application. I think it's because

Re: problems with logging

2006-07-04 Thread Eugeny N Dzhurinsky
On Mon, Jul 03, 2006 at 02:18:13PM -0400, Javier Gonzalez wrote: You only have an appender attached to the root logger, and the root logger is configured to show only messages of ERROR level and higher. Right, but for org.apache.commons it is set to DEBUG. A possible fix is configuring the

problems with logging

2006-06-30 Thread Eugeny N Dzhurinsky
Hello! I have strange problem with Log4J version 1.2.13 My log4j.properties file looks like: log4j.rootLogger=ERROR, stdout log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%5p