Dear users,

based on <a href="http://hwellmann.blogspot.com/2010/12/glassfish-logging-with-slf4j-part-2.html" target="_top" rel="nofollow">this blog</a> I manage to use logback with Glassfish V 3.0.1. I created a simple web application to test the logback features.

I use logback.xml and add the <b>scan parameters.</b>

<pre>
&lt;configuration scan="true" scanPeriod="30 seconds">
...
&lt;/configuration>
</pre>


If I modify the contents, e. g. change LEVEL from ERROR to INFO, there is no automatic reloading. If I restart the web application, the changes applied. Did anybody manage to solve this with Glassfish V 3.0.1 or could point me to the right direction?

Thanks in advance.
<br><hr align="left" width="300">
View this message in context: <a href="http://old.nabble.com/Autoscan-logback-configuration-using-Glassfish-V-3.0.1-tp30884269p30884269.html">Autoscan logback configuration using Glassfish V 3.0.1</a><br>
Sent from the <a href="http://old.nabble.com/Logback-User-f16252.html">Logback User mailing list archive</a> at Nabble.com.<br>