Skip to content

Commit

Permalink
Switch from logging to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yuandrew committed Dec 11, 2024
1 parent 4a2368d commit 93f3ba1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/otel-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exporters:
endpoint: '0.0.0.0:8889'
namespace: temporal_sdk

logging:
debug:

otlp/jaeger:
endpoint: jaeger:14250
Expand All @@ -32,8 +32,8 @@ service:
traces:
receivers: [ otlp ]
processors: [ batch ]
exporters: [ logging, otlp/jaeger ]
exporters: [ debug, otlp/jaeger ]
metrics:
receivers: [ otlp ]
processors: [ batch ]
exporters: [ logging, prometheus ]
exporters: [ debug, prometheus ]

0 comments on commit 93f3ba1

Please sign in to comment.