mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
Add new loglevel nothing to sentinel-config.json (#12235)
It was missing in #12223, and the reply-schemas daily was failing: ``` jsonschema.exceptions.ValidationError: 'nothing' is not valid under any of the given schemas Failed validating 'oneOf' in schema[0]['properties']['loglevel']: {'oneOf': [{'const': 'debug'}, {'const': 'verbose'}, {'const': 'notice'}, {'const': 'warning'}, {'const': 'unknown'}]} On instance['loglevel']: 'nothing' ```
This commit is contained in:
parent
627c610f49
commit
e775b34e81
@ -70,6 +70,9 @@
|
||||
{
|
||||
"const": "warning"
|
||||
},
|
||||
{
|
||||
"const": "nothing"
|
||||
},
|
||||
{
|
||||
"const": "unknown"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user