From 20d8f82a04f65437573d04d6b8d742d6c94ed0d3 Mon Sep 17 00:00:00 2001 From: David Mueller Date: Mon, 18 Nov 2024 15:31:36 -0500 Subject: [PATCH] Update telemetry-troubleshooting.adoc --- modules/ROOT/pages/telemetry-troubleshooting.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ROOT/pages/telemetry-troubleshooting.adoc b/modules/ROOT/pages/telemetry-troubleshooting.adoc index dc45adbe2..45c4c8ec4 100644 --- a/modules/ROOT/pages/telemetry-troubleshooting.adoc +++ b/modules/ROOT/pages/telemetry-troubleshooting.adoc @@ -33,6 +33,8 @@ Similarly, to send all application and runtime logs to the `console.log` file, s otel.logs.exporter=console ---- +When you configure the logs exporter to `console`, log records are sent immediately, instead of in batches like they are when the default `otlp` exporter is used. + To send all application and runtime metrics to the `console.log` file, set the following property in the `bootstrap.properties` file: [source,properties]