Skip to content

Set default log level to valid 'INFO' value

Boros Gábor requested to merge omar/default-log-level into master

Created by: omarkhan

Lowercase 'info' is not a valid choice, and will trigger a ValidationError:

ValidationError: {'level': ["Value 'info' is not a valid choice."]}

Merge request reports