Skip to content
Snippets Groups Projects
Verified Commit 01931999 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

fix schema

parent a120c8b1
Branches
Tags
1 merge request!3Better Error Handling and Logging
Checking pipeline status
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
{ {
"$ref": "#/definitions/log_level_configuration" "$ref": "#/definitions/log_level_configuration"
}, },
"default": "warn",
{ {
"default": "warn",
"description": "Global severity filter. Only log messages with at least the given severity are processed by the logging framework. 'off' means that the logging frame work is turned off entirely. Defaults to " "description": "Global severity filter. Only log messages with at least the given severity are processed by the logging framework. 'off' means that the logging frame work is turned off entirely. Defaults to "
} }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment