We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ecec6 commit 44d25dbCopy full SHA for 44d25db
source/logging/logging.rst
@@ -249,7 +249,7 @@ For example:
249
250
- If an Informational level is not available and Debug is, messages defined as Informational in a
251
specification MUST be emitted at Debug level.
252
-- If a Trace level is not available, Trace messages MUST be omitted at Debug level.
+- If a Trace level is not available, Trace messages MUST be emitted at Debug level.
253
254
Structured versus Unstructured Logging
255
--------------------------------------
@@ -443,3 +443,4 @@ Changelog
443
444
:2022-10-26: Allow drivers to add timestamps to log messages.
445
:2022-11-10: Clarify driver-specific null omission.
446
+:2022-12-29: Fix typo in trace log level example
0 commit comments