Bug where log level set in save() fails if lowercase values passed in for log_level. This fixes the issue and adds a small addition to unit tests to ensure this change fixes it.
Related issue number
How to verify the PR
Was the PR tested
[x] I have added >=1 unit test(s) for every new method I have added.
Description of the change
Bug where log level set in
save()
fails if lowercase values passed in for log_level. This fixes the issue and adds a small addition to unit tests to ensure this change fixes it.Related issue number
How to verify the PR
Was the PR tested