Update web/frontend/src/components/config/form-model.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
90e1a2b3b4
commit
c6e99f86a2
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ export const LOG_LEVEL_OPTIONS = [
|
|||
{ value: "info", labelKey: "pages.config.log_level_info", labelDefault: "Info" },
|
||||
{ value: "warn", labelKey: "pages.config.log_level_warn", labelDefault: "Warn" },
|
||||
{ value: "error", labelKey: "pages.config.log_level_error", labelDefault: "Error" },
|
||||
{ value: "fatal", labelKey: "pages.config.log_level_fatal", labelDefault: "Fatal" },
|
||||
] as const
|
||||
|
||||
export const EMPTY_FORM: CoreConfigForm = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue