diff --git a/infra/otel/otel-collector-config.yml b/infra/otel/otel-collector-config.yml index 0287a3d..6a714d0 100644 --- a/infra/otel/otel-collector-config.yml +++ b/infra/otel/otel-collector-config.yml @@ -54,3 +54,7 @@ service: receivers: [otlp] processors: [memory_limiter, batch, attributes] exporters: [prometheus, debug] + logs: + receivers: [otlp] + processors: [memory_limiter, batch, attributes] + exporters: [debug]