Re: turn off log4j

2005-10-25 Thread Lorenzo Sicilia
On Monday 24 October 2005 18:30, Lorenzo Sicilia wrote: > Just a strange behavior about actions. It logs but with a different layout I fix the behavior when I changed in LoginAction this row: private static Logger logger = Logger.getLogger(LoginAction.class.getName()) to private static Log logger

Re: turn off log4j

2005-10-24 Thread Lorenzo Sicilia
On Monday 24 October 2005 17:28, Samuel Le Berrigaud wrote: > # the root logger is OFF (OFF doesn't mean anything to log4j) > log4j.rootLogger = OFF > > # logging your package > log4j.logger.yourpackage = debug, stdout, R many thanks for the answer it works fine. Just a strange behavior about acti

Re: turn off log4j

2005-10-24 Thread Samuel Le Berrigaud
You may want to log4j file to look like that then # the root logger is OFF (OFF doesn't mean anything to log4j) log4j.rootLogger = OFF # logging your package log4j.logger.yourpackage = debug, stdout, R ## then the rest of your appenders SaM On 10/24/05, Lorenzo Sicilia <[EMAIL PROTECTED]> wrot