Skip to content

Commit 8206da5

Browse files
committed
Add guides documentation
1 parent 904ac69 commit 8206da5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ at=WARNING msg="user created" first_name=John last_name=Doe age=25
2121
1. [Integration](#integration)
2222
2. [Configuration](#configuration)
2323
3. [Extension](#extension)
24+
4. [Guides](#guides)
2425
4. [Development](#development)
2526
1. [Required Software](#required-software)
2627
2. [Getting Started](#getting-started)
@@ -208,7 +209,9 @@ logging.basicConfig(handlers=[handler])
208209
logging.error({"example": True}) # at=ERROR example=yes
209210
```
210211

211-
### Default Key/Value Pairs
212+
### Guides
213+
214+
**Default Key/Value Pairs**
212215

213216
Instead of providing key/value pairs at each log call, you can override
214217
the log record factory to provide defaults:

0 commit comments

Comments
 (0)