Skip to content

Commit b059e82

Browse files
Update connect-traces-logs.rst
1 parent e8a26da commit b059e82

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

gdi/get-data-in/application/otel-dotnet/instrumentation/connect-traces-logs.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Connect .NET trace data with logs using OpenTelemetry instrumentation
99

1010
The Splunk Distribution of OpenTelemetry .NET automatically exports logs enriched with tracing context from any application that uses logging API from:
1111

12-
* :new-page:`Microsoft.Extensions.Logging <https://www.nuget.org/packages/Microsoft.Extensions.Logging>`,
13-
* :new-page:`log4net <https://www.nuget.org/packages/log4net>`.
12+
* :new-page:`Microsoft.Extensions.Logging <https://www.nuget.org/packages/Microsoft.Extensions.Logging>`
13+
* :new-page:`log4net <https://www.nuget.org/packages/log4net>`
1414

1515

1616
Application logs are enriched with tracing metadata and then exported to a local instance of the OpenTelemetry Collector in ``OTLP`` format.
@@ -54,8 +54,11 @@ Check compatibility and requirements
5454

5555
.. note:: Automatic log to trace correlation for ``Microsoft.Extensions.Logging`` only works for .NET applications. For .NET Framework use manual correlation. See :ref:`manual-trace-logs-correlation-otel`.
5656

57-
* ``Microsoft.Extensions.Logging`` version ``9.0.0`` and higher are supported,
58-
* ``log4net`` version from ``2.0.13`` to ``4.0.0`` are supported. Environmental variable ``OTEL_DOTNET_AUTO_LOGS_ENABLE_LOG4NET_BRIDGE`` needs to be set to ``true``.
57+
The following applies:
58+
59+
* ``Microsoft.Extensions.Logging`` version ``9.0.0`` and higher are supported
60+
* ``log4net`` version from ``2.0.13`` to ``4.0.0`` are supported
61+
* The environmental variable ``OTEL_DOTNET_AUTO_LOGS_ENABLE_LOG4NET_BRIDGE`` needs to be set to ``true``
5962

6063
.. _dotnet-otel-enable-log-correlation:
6164

0 commit comments

Comments
 (0)