Bharat Kumar Meda ha scritto:
Add the following in ur log4j property file:

log4j.logger.org.apache = OFF


Mmm this way you switch off all the errors of "org.apache" packages, including fatal ones! I think it is better to enable "error" as the level of the root logger, then enable, for example, "debug" as the level of your packages.

log4j.rootLogger=error, debuggingAppender

log4j.logger.my.package=debug, debuggingAppender
log4j.additivity.my.package=false

HTH
Antonio



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to