use upper case log level names
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9cc0c28462
commit
9d5019e9c3
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue