Skip to content

Commit 5b82a66

Browse files
Updating baton config schema and capabilities.
1 parent a592052 commit 5b82a66

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
@@ -20,6 +20,12 @@
2020
"defaultValue": "info"
2121
}
2222
},
23+
{
24+
"name": "log-level-debug-expires-at",
25+
"description": "The timestamp indicating when debug-level logging should expire",
26+
"isOps": true,
27+
"stringField": {}
28+
},
2329
{
2430
"name": "otel-collector-endpoint",
2531
"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)