File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,12 @@ logger_provider:
9191 #
9292 # Environment variable: OTEL_EXPORTER_OTLP_INSECURE, OTEL_EXPORTER_OTLP_LOGS_INSECURE
9393 insecure : false
94+ # Configure a simple span processor.
95+ - simple :
96+ # Configure exporter.
97+ exporter :
98+ # Configure exporter to be console.
99+ console : {}
94100 # Configure log record limits. See also attribute_limits.
95101 limits :
96102 # Configure max log record attribute value size. Overrides attribute_limits.attribute_value_length_limit.
Original file line number Diff line number Diff line change 6464 "properties" : {
6565 "otlp" : {
6666 "$ref" : " common.json#/$defs/Otlp"
67+ },
68+ "console" : {
69+ "$ref" : " common.json#/$defs/Console"
6770 }
6871 },
6972 "patternProperties" : {
You can’t perform that action at this time.
0 commit comments