Posted By:
Aruna_Rao
Posted On:
Tuesday, October 30, 2007 07:48 AM
Hi all,
we have 5 priority levels assigned to loggers that decide which log statements is going to be logged. So if we set a level INFO the statements for INFO and higher will be logged and the statements for DEBUG is disabled.
But i have a requirement wherein, i need to disable a single level from logging and other levels before and after this level should log statements. This i need to configure in log4j properties file or xml file.
Have anybody come across such a requirement ... how do i do this..
thanks...
aruna