Details
-
Type:
New Feature
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.26
-
Fix Version/s: 1.0.4
-
Component/s: logback-classic
-
Labels:None
Description
This has bugged me several times already: There is no way to set ConfigurationAction.debugMode from a system property.
Use cases:
- Enable debugging for a quick check without modifying sources (= no accidental commit)
- Enable debugging to figure out which logback config is loaded in production (for example if one crept into a JAR file).