I have a log4j.properties file that has the default level of the root
logger set to "INFO".  When I run my application in my debugger, I'd
typically like to set the default level to "DEBUG", but without having
to change the properties file, and without having to change code.

I thought that I could just add "-Dlog4j.rootLogger=DEBUG" to the jvm
command line, but that seemed to have no effect.

I guess I'm using Log4J 1.2.8.

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

Reply via email to