mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-14 16:01:13 +03:00
fix: add Per-process log level i18n
This commit is contained in:
parent
8a9d77715f
commit
af056ce99a
@ -10,6 +10,11 @@ const logger: SectionConfigOverrides = {
|
|||||||
default: {
|
default: {
|
||||||
"ui:options": { enumI18nPrefix: "logger.logLevel" },
|
"ui:options": { enumI18nPrefix: "logger.logLevel" },
|
||||||
},
|
},
|
||||||
|
logs: {
|
||||||
|
additionalProperties: {
|
||||||
|
"ui:options": { enumI18nPrefix: "logger.logLevel" },
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user