I have diffrent categories in diffrrent logging purpose and all are working fine...but now my requirment is to disable all at once .
The below are change i did for disable all logges ! Observe log4j parsing this file log4j.debug=false ! Set this to false for log4j to actually obey the log4j.disable property(next) log4j.disableOverride=false ! Disable all logging in all categories for messages with priority equal to or lower than the one given here log4j.disable=FATAL Please tell me what are the change required to make all logess disable. -- View this message in context: http://www.nabble.com/Disable-all-logging-in-all-categories%28log4j.disable%3DFATAL--is-not-working%29-tf4134258.html#a11758211 Sent from the Log4j - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
