Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Support all logger level case variants
#4047 updated parsing the logger level filter. It removed all case variants outside fully uppercase (e.g. `INFO`) and the 1st character being upper case (e.g. `Info`) this removed support for other previously supported variants e.g. `info`. This commit re-introduces this support such that all variants should again be supported. Signed-off-by: Jonathan Woollett-Light <jcawl@amazon.co.uk>
- Loading branch information