Skip to content

Commit ddc2582

Browse files
Updating baton config schema and capabilities.
1 parent d8e8e7c commit ddc2582

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config_schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
"defaultValue": "info"
3838
}
3939
},
40+
{
41+
"name": "log-level-debug-expires-at",
42+
"description": "The timestamp indicating when debug-level logging should expire",
43+
"isOps": true,
44+
"stringField": {}
45+
},
4046
{
4147
"name": "otel-collector-endpoint",
4248
"description": "The endpoint of the OpenTelemetry collector to send observability data to (used for both tracing and logging if specific endpoints are not provided)",

0 commit comments

Comments
 (0)