Skip to content

Commit d465930

Browse files
committed
Markdown cleanup.
1 parent 2993000 commit d465930

File tree

1 file changed

+3
-3
lines changed
  • ClassLibraries/Macross.OpenTelemetry.Extensions

1 file changed

+3
-3
lines changed

ClassLibraries/Macross.OpenTelemetry.Extensions/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ public class Startup
9696
In the example above the logging is only turned on when the application
9797
configuration has `LogOpenTelemetryEvents` set to `true`.
9898

99-
## Options
99+
### Options
100100

101-
### EventSource selection & EventLevel configuration
101+
#### EventSource selection & EventLevel configuration
102102

103103
By default the extension will listen to all OpenTelemetry sources
104104
(`^OpenTelemetry.*$`) and will log any events at the `EventLevel.Warning` level
@@ -156,7 +156,7 @@ if (_Configuration.GetValue<bool>("LogOpenTelemetryEvents"))
156156
}
157157
```
158158

159-
### Log message format
159+
#### Log message format
160160

161161
To change the format of the `ILogger` message that is written for triggered
162162
events override the `LogAction` property:

0 commit comments

Comments
 (0)