Skip to content

Commit

Permalink
Add guides documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jteppinette committed Jan 23, 2024
1 parent 904ac69 commit 8206da5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ at=WARNING msg="user created" first_name=John last_name=Doe age=25
1. [Integration](#integration)
2. [Configuration](#configuration)
3. [Extension](#extension)
4. [Guides](#guides)
4. [Development](#development)
1. [Required Software](#required-software)
2. [Getting Started](#getting-started)
Expand Down Expand Up @@ -208,7 +209,9 @@ logging.basicConfig(handlers=[handler])
logging.error({"example": True}) # at=ERROR example=yes
```

### Default Key/Value Pairs
### Guides

**Default Key/Value Pairs**

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

0 comments on commit 8206da5

Please sign in to comment.