DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9843>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9843 reload configurations loaded by the Default Initialization Procedure Summary: reload configurations loaded by the Default Initialization Procedure Product: Log4j Version: 1.1 Platform: All OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Configurator AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The deault initialization http://jakarta.apache.org/log4j/docs/manual.html#defaultInit is perfomed in a static block of Category.java. This should be moved into a public method and then called from the static block when Category is loaded. Then the public method could be called later to re-run the default initialization and reload any changes. There should also be a system property to watch the configuration file loaded by the default initialization procedure and reload it when changes are made. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
