Skip to content

Commit

Permalink
docs: fix heading level for tagged loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Mar 1, 2024
1 parent eb16561 commit 48542eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ logger.tagged(name: 'steve') do
end
```

## Tagged Loggers
### Tagged Loggers

If you wish to apply tags to a series of log entries but you don't wish to use blocks, you can create a "sub" logger which will always include those tags for all messages sent to it.

Expand Down

0 comments on commit 48542eb

Please sign in to comment.