Skip to content

Commit

Permalink
[chore] update logging to debug exporter (open-telemetry#35030)
Browse files Browse the repository at this point in the history
logging exporter is going away, removing the reference to it in the
documentation

---------

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten authored and f7o committed Sep 12, 2024
1 parent 5365505 commit ac41b1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions receiver/splunkenterprisereceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ receivers:
timeout: 45s

exporters:
logging:
loglevel: info
debug:
verbosity: basic

service:
extensions: [basicauth/indexer, basicauth/cluster_master]
pipelines:
metrics:
receivers: [splunkenterprise]
exporters: [logging]
exporters: [debug]
```
For a full list of settings exposed by this receiver please look [here](./config.go) with a detailed configuration [here](./testdata/config.yaml).

0 comments on commit ac41b1c

Please sign in to comment.