On 10/02/2011 9:31 PM, jaybytez wrote:
I ran into this same thing right now.
Did you ever get this working?
I have files on the classpath of my server that are included into log config
files in the war, and when I change the files on the server classpath, and
the logging doesn't update.
Thanks...jay
Add OnConsoleStatusListener to your config file.
<configuration>
<statusListener
class="ch.qos.logback.core.status.OnConsoleStatusListener" />
.... the rest of the configuration file
</configuration>
See also http://logback.qos.ch/manual/configuration.html#statusListener
Once that is done, you should have a better idea of what is going on.
--
Ceki
_______________________________________________
Logback-user mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-user