use upper case log level names

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-11-04 11:56:46 +01:00
parent 9cc0c28462
commit 9d5019e9c3
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 4 additions and 4 deletions

View File

@ -31,10 +31,10 @@ class NimWakuStatusCheck(StatusCheck):
icon_class = 'glyphicon-random'
LOG_LEVELS = (
('debug', 'DEBUG'),
('info', 'INFO'),
('warning', 'WARNING'),
('error', 'ERROR'),
('DEBUG', 'DEBUG'),
('INFO', 'INFO'),
('WARNING', 'WARNING'),
('ERROR', 'ERROR'),
)
log_level = CharField(