We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904ac69 commit 8206da5Copy full SHA for 8206da5
README.md
@@ -21,6 +21,7 @@ at=WARNING msg="user created" first_name=John last_name=Doe age=25
21
1. [Integration](#integration)
22
2. [Configuration](#configuration)
23
3. [Extension](#extension)
24
+ 4. [Guides](#guides)
25
4. [Development](#development)
26
1. [Required Software](#required-software)
27
2. [Getting Started](#getting-started)
@@ -208,7 +209,9 @@ logging.basicConfig(handlers=[handler])
208
209
logging.error({"example": True}) # at=ERROR example=yes
210
```
211
-### Default Key/Value Pairs
212
+### Guides
213
+
214
+**Default Key/Value Pairs**
215
216
Instead of providing key/value pairs at each log call, you can override
217
the log record factory to provide defaults:
0 commit comments