File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ClassLibraries/Macross.OpenTelemetry.Extensions Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,9 +96,9 @@ public class Startup
9696In the example above the logging is only turned on when the application
9797configuration has ` LogOpenTelemetryEvents ` set to ` true ` .
9898
99- ## Options
99+ ### Options
100100
101- ### EventSource selection & EventLevel configuration
101+ #### EventSource selection & EventLevel configuration
102102
103103By 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
161161To change the format of the ` ILogger ` message that is written for triggered
162162events override the ` LogAction ` property:
You can’t perform that action at this time.
0 commit comments