Skip to content

Commit

Permalink
fix a typo in docs/logging.md (#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
xzmeng committed Aug 29, 2023
1 parent 0f61aa5 commit 053bc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/logging.md
Expand Up @@ -41,7 +41,7 @@ DEBUG [2023-03-16 14:36:21] httpcore - connection.close.started
DEBUG [2023-03-16 14:36:21] httpcore - connection.close.complete
```

Logging output includes information from both the high-level `httpx` logger, and the network-level `httpcore` logger, which can be configured seperately.
Logging output includes information from both the high-level `httpx` logger, and the network-level `httpcore` logger, which can be configured separately.

For handling more complex logging configurations you might want to use the dictionary configuration style...

Expand Down

0 comments on commit 053bc57

Please sign in to comment.