diff --git a/charts/miggo-operator/templates/delayed-resources/configmap.yaml b/charts/miggo-operator/templates/delayed-resources/configmap.yaml index fac9700d..293a6345 100644 --- a/charts/miggo-operator/templates/delayed-resources/configmap.yaml +++ b/charts/miggo-operator/templates/delayed-resources/configmap.yaml @@ -61,13 +61,13 @@ data: batch: {} exporters: - logging: - loglevel: debug + debug: + verbosity: basic service: pipelines: traces: receivers: [otlp] - exporters: [logging] + exporters: [debug] processors: [batch] {{ end }} \ No newline at end of file