Skip to content

Commit 44d25db

Browse files
authored
Fix typo in trace log level example (#1360)
1 parent f6ecec6 commit 44d25db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/logging/logging.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ For example:
249249

250250
- If an Informational level is not available and Debug is, messages defined as Informational in a
251251
specification MUST be emitted at Debug level.
252-
- If a Trace level is not available, Trace messages MUST be omitted at Debug level.
252+
- If a Trace level is not available, Trace messages MUST be emitted at Debug level.
253253

254254
Structured versus Unstructured Logging
255255
--------------------------------------
@@ -443,3 +443,4 @@ Changelog
443443

444444
:2022-10-26: Allow drivers to add timestamps to log messages.
445445
:2022-11-10: Clarify driver-specific null omission.
446+
:2022-12-29: Fix typo in trace log level example

0 commit comments

Comments
 (0)