Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
1.1.3
-
None
-
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?