Fix typo in TIMERS_LOG_LEVEL log levels

This commit is contained in:
Théophile Diot 2024-02-17 15:45:34 +01:00
parent 54699d0089
commit a9e20a4100
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -304,14 +304,14 @@
"help": "Log level for timers.",
"id": "timers-log-level",
"label": "Timers log level",
"regex": "^(debug|info|notice|warn|error|crit|alert|emerg)$",
"regex": "^(debug|info|notice|warn|err|crit|alert|emerg)$",
"type": "select",
"select": [
"debug",
"info",
"notice",
"warn",
"error",
"err",
"crit",
"alert",
"emerg"