* Migrate logger services to support translations * Fix tests and schema validation * Apply suggestions from code review Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
30 lines
672 B
JSON
30 lines
672 B
JSON
{
|
|
"services": {
|
|
"set_default_level": {
|
|
"name": "Set default level",
|
|
"description": "Sets the default log level for integrations.",
|
|
"fields": {
|
|
"level": {
|
|
"name": "Level",
|
|
"description": "Default severity level for all integrations."
|
|
}
|
|
}
|
|
},
|
|
"set_level": {
|
|
"name": "Set level",
|
|
"description": "Sets the log level for one or more integrations."
|
|
}
|
|
},
|
|
"selector": {
|
|
"level": {
|
|
"options": {
|
|
"debug": "Debug",
|
|
"info": "Info",
|
|
"warning": "Warning",
|
|
"error": "Error",
|
|
"fatal": "Fatal",
|
|
"critical": "Critical"
|
|
}
|
|
}
|
|
}
|
|
}
|