Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.1.3
-
Fix Version/s: 1.3.0-alpha1
-
Component/s: logback-classic
-
Labels:None
-
Environment:
Linux, CentOS.
Description
On misspelling the level (as in "INFO " instead of "INFO"), the library did not throw an error (on INFO and above) and defaulted to "DEBUG".
<logger name="chapters.configuration" level="INFO"/>
Was wondering if a WARNING or an ERROR is thrown in cases of such obvious cases?