Hi,
this enables you to configure log4j within webapps.
http://www.codeczar.com/products/logweb/index.html
with LogWeb you are able to persist the logging changes between restarts only if you configure log4j from a properties file defined by the system property "log4j.configuration". xml files can't be persisted as there's no means to create the xml file from the current config.
there is also a servlet in the sandbox that has basic configuration options.
http://cvs.apache.org/viewcvs.cgi/logging-log4j-sandbox/src/java/org/apache/log4j/servlet/ConfigurationServlet.java?view=markup
Mohammed, Feroz wrote:
Hello, I am new to log4j, heard lot of good things about logging. I am using OC4j App server (Oracle) 9.0.4. on WIN2k dev deployment on Red Hat linuix.
Here is my question: In dev env I specify the catagory to DEBUG, when deploying I am changing to WARN. and it is at web-inf/classes level in WAR file. But I want to change the properties file to level to DEBUG without re-starting the server. How can I do it .
Regards Feroz
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
