Skip to content

Commit db99ca3

Browse files
committed
drop type enum from log handler config schema
1 parent 6476583 commit db99ca3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

reframe/schemas/config.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,7 @@
4949
"handler_common": {
5050
"type": "object",
5151
"properties": {
52-
"type": {
53-
"type": "string",
54-
"enum": ["file", "filelog", "graylog", "stream", "syslog", "httpjson", "plugin"]
55-
},
52+
"type": {"type": "string"},
5653
"level": {"$ref": "#/defs/loglevel"},
5754
"format": {"type": "string"},
5855
"format_perfvars": {"type": "string"},

0 commit comments

Comments
 (0)