Dear users, based on this blog 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 scan parameters.
<configuration scan="true" scanPeriod="30 seconds">
...
</configuration>
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.

View this message in context: Autoscan logback configuration using Glassfish V 3.0.1
Sent from the Logback User mailing list archive at Nabble.com.