mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
19 lines
427 B
JSON
19 lines
427 B
JSON
|
{
|
||
|
"type" : "object",
|
||
|
"title" : "edt_conf_log_heading_title",
|
||
|
"properties" :
|
||
|
{
|
||
|
"level" :
|
||
|
{
|
||
|
"type" : "string",
|
||
|
"enum" : ["silent", "warn", "verbose", "debug"],
|
||
|
"title" : "edt_conf_log_level_title",
|
||
|
"options" : {
|
||
|
"enum_titles" : ["edt_conf_enum_logsilent", "edt_conf_enum_logwarn", "edt_conf_enum_logverbose", "edt_conf_enum_logdebug"]
|
||
|
},
|
||
|
"default" : "warn"
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties" : false
|
||
|
}
|