Skip to content

Commit

Permalink
Remove logging from pipeleine
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrytfleung committed Feb 15, 2024
1 parent dbde37f commit 20d9384
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions collector/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ processors:

exporters:
logging:
verbosity: ${SW_APM_EXPORTER_LOG_LEVEL}
verbosity: detailed
otlp:
endpoint: "https://otel.collector.${SW_APM_DATA_CENTER}.cloud.solarwinds.com:443"
headers:
Expand All @@ -37,11 +37,11 @@ service:
traces:
receivers: [otlp]
processors: [resource,resourcedetection,decouple]
exporters: [otlp,logging]
exporters: [otlp]
metrics:
receivers: [otlp]
processors: [resource,resourcedetection,decouple]
exporters: [otlp,logging]
exporters: [otlp]
telemetry:
metrics:
address: localhost:8888

0 comments on commit 20d9384

Please sign in to comment.