I have a simple web app running on Tomcat 5.5 with log4j for logging. Occasionally I need to push the logging down to DEBUG but most of the time I'm happy with INFO.
I can change my config xml and restart the app but I would prefer to switch the log levels on the fly. Is there a standard technique for this?