Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
1.0.13
-
None
-
None
Description
If I define the configuration below
<configuration scan="true" scanPeriod="10 seconds" debug="false">
<property resource="my-configuration.properties" />
....
<root level="${logback.logLevel}">
my-configuration.properties :
logback.logLevel=debug
The modification on the fly of logback.logLevel has no effect