You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config_schema.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,12 @@
20
20
"defaultValue": "info"
21
21
}
22
22
},
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
+
},
23
29
{
24
30
"name": "otel-collector-endpoint",
25
31
"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