Update core services files with new selectors (#68810)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
This commit is contained in:
parent
9b70c10c8e
commit
963d161f72
8 changed files with 88 additions and 57 deletions
|
@ -20,11 +20,16 @@ write:
|
|||
selector:
|
||||
select:
|
||||
options:
|
||||
- "debug"
|
||||
- "info"
|
||||
- "warning"
|
||||
- "error"
|
||||
- "critical"
|
||||
- label: "Debug"
|
||||
value: "debug"
|
||||
- label: "Info"
|
||||
value: "info"
|
||||
- label: "Warning"
|
||||
value: "warning"
|
||||
- label: "Error"
|
||||
value: "error"
|
||||
- label: "Critical"
|
||||
value: "critical"
|
||||
logger:
|
||||
name: Logger
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue