Skip to content

Commit e8a26da

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

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,20 @@ Additionally, the instrumentation adds the following attributes:
9797
Manual log to trace correlation
9898
===================================================
9999

100-
You can configure logging libraries to include tracing attributes in logs written to existing logs destination.
100+
You can configure logging libraries to include tracing attributes in logs written to existing log destinations.
101101

102102
``log4net``
103103
-----------------------------------------------
104104

105-
You can modify ``conversionPattern`` in your log4net appender to include tracing attributes in logs written to existing logs destination. Following properties are set by default on the collection of logging event's properties:
105+
You can modify ``conversionPattern`` in your log4net appender to include tracing attributes in logs written to existing log destinations.
106+
107+
The following properties are set by default for the collection of logging events:
106108

107109
* `trace_id`
108110
* `span_id`
109-
* `trace_flags`.
111+
* `trace_flags`
110112

111-
Example how to configure ``ConsoleAppender``
113+
Example on how to configure ``ConsoleAppender``:
112114

113115
.. code-block:: text
114116

0 commit comments

Comments
 (0)