From 9a20e237c73a89eea73d3c985d7010c482dc0d13 Mon Sep 17 00:00:00 2001 From: "Mishra, Sakshi" Date: Fri, 26 Jul 2024 19:30:29 +0530 Subject: [PATCH] Updated README.md as per external reviewer suggestions Signed-off-by: Mishra, Sakshi --- charts/opentelemetry-collector/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/opentelemetry-collector/README.md b/charts/opentelemetry-collector/README.md index 137afc2f0..fe7060f17 100644 --- a/charts/opentelemetry-collector/README.md +++ b/charts/opentelemetry-collector/README.md @@ -136,7 +136,7 @@ it is easy to accidentally feed the exported logs back into the receiver. Also note that using the `--verbosity=detailed` option for the `debug` exporter causes it to output multiple lines per single received log, which when looped, would amplify the logs exponentially. -To prevent the looping, the default configuration of the receiver excludes logs from the collector's containers by setting `presets.logsCollection.includeCollectorLogs` to `false`. +To prevent the looping, the default configuration of the receiver excludes logs from the collector's containers. If you want to include the collector's logs, make sure to replace the `debug` exporter with an exporter that does not send logs to collector's standard output.