Skip to content

Commit 2bfb490

Browse files
committed
docs: Use code callouts
1 parent 8869849 commit 2bfb490

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

modules/concepts/pages/observability/telemetry.adoc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,15 @@ For a more complete debugging experience, we recommend the OpenTelemetry signals
2222
----
2323
telemetry:
2424
consoleLog:
25-
enabled: true # true, false
26-
level: null # error, warning, info, debug, trace
27-
format: null # plain, json
25+
enabled: true # <1>
26+
level: null # <2>
27+
format: null # <3>
2828
----
2929

30+
<1> Boolean: `true, false`
31+
<2> Enum: `error, warning, info, debug, trace`
32+
<3> Enum: `plain, json`
33+
3034
== File logs
3135

3236
== OpenTelemetry logs and traces

0 commit comments

Comments
 (0)