Posted By:
Prasanna_Talakanti
Posted On:
Tuesday, December 16, 2003 12:52 PM
Hi John,
It would be more help ful if you could post your log4j.properties, Any way let me take a stab at what i think might stop those console messages
log4j.rootCategory=debug, Appender1, Appender2
# Appender1 writes to console, comment this line below
log4j.appender.Appender1=org.apache.log4j.ConsoleAppender
#Appender2 writes to file
log4j.appender.Appender2=org.apache.log4j.RollingFileAppender
log4j.appender.Appender2.File=example.log
If your log4j is any thing like above, comment out the line which says ConsoleAppender , good luck