use upper case ERROR log level by default

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-11-16 22:21:23 +01:00
parent 1a8a22890a
commit 2d39fe1319
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class NimWakuStatusCheck(StatusCheck):
log_level = CharField(
max_length=10,
choices=LOG_LEVELS,
default='error',
default='ERROR',
help_text='Canary tool logging level.'
)
address = TextField(help_text='Waku node multiaddress.')