
Davide Baroncelli wrote:
Ceki Gulcu wrote:
Hello Ted, The question was discussed in a previous thread: http://www.qos.ch/pipermail/logback-user/2007-September/000329.html
Note also that in that thread I attached code that may be used to obtain a periodic configuration reloader in Spring: even without Spring, using a timer to trigger the reload is a pretty simple task.
Note also that that solution allows using a work manager thread from the application server: using a library that creates and manages threads by itself (as Log4j config reloader does) is strongly discouraged (in fact log4j thread may not be shut down at web application reloads and creates class loader problems upon reloading). -- View this message in context: http://www.nabble.com/%22Watching%22-the-config-file-tf4571293.html#a1329069... Sent from the Logback User mailing list archive at Nabble.com.