R
Roger
I've deployed log4j in my web-app. I've configured the root logger as
log4j.rootlogger=FATAL with a console appender and my application
specific logger as log4j.logger.uk.co.brakes=DEBUG with a RollingFile
appender. However, I'm still seeing log.debug() messages being
displayed on the Tomcat console. I'm obviously missing something here,
but how do I restrict the console appender to display FATAL level
messages only while still being able to log DEBUG level messages to
file.
Regards
Roger
log4j.rootlogger=FATAL with a console appender and my application
specific logger as log4j.logger.uk.co.brakes=DEBUG with a RollingFile
appender. However, I'm still seeing log.debug() messages being
displayed on the Tomcat console. I'm obviously missing something here,
but how do I restrict the console appender to display FATAL level
messages only while still being able to log DEBUG level messages to
file.
Regards
Roger