On Feb 29, 2008, at 5:10 PM, Jacob L. Anawalt wrote:

Jacob L. Anawalt wrote:
I am getting info and debug messages in my system logs.

I have purchased the log4j manual and it looks like I have the appender threshold settings correct.

Here is the output of the attached program and configuration file.


..
log4j.appender.CONSOLE.Threshold=WARN;

log4j.rootLogger=ALL, CONSOLE



I think the trailing semi-colon after WARN is messing you up. If it can't find a level with the specified name (in this case "WARN;"), it will default to "DEBUG".

Reply via email to