Skip to content

Commit

Permalink
docs(best practices): fix styling (#27905)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Mar 13, 2024
1 parent 45787c8 commit fc14189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/best-practices.md
Expand Up @@ -154,7 +154,7 @@ Avoid refactoring the code and tests at the same time, this can mask regression

## 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.

For `INFO` log messages inline the metadata into the log message.
Expand Down

0 comments on commit fc14189

Please sign in to comment.