Skip to content
Snippets Groups Projects
Unverified Commit fc141894 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs(best practices): fix styling (#27905)

parent 45787c89
No related branches found
No related tags found
No related merge requests found
...@@ -154,7 +154,7 @@ Avoid refactoring the code and tests at the same time, this can mask regression ...@@ -154,7 +154,7 @@ Avoid refactoring the code and tests at the same time, this can mask regression
## Logging ## Logging
For `WARN`, `ERROR` and `FATAL log messages use logger metadata. For `WARN`, `ERROR` and `FATAL` log messages use logger metadata.
Also use logger metadata the result is a complex metadata object needing a multiple-line pretty stringification. Also use logger metadata the result is a complex metadata object needing a multiple-line pretty stringification.
For `INFO` log messages inline the metadata into the log message. For `INFO` log messages inline the metadata into the log message.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment