Skip to content

Commit

Permalink
docs: Improve wording on logger section
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo committed Sep 9, 2024
1 parent 6bbd4a1 commit 30d500a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ For more examples, see [`examples/client.py`](examples/client.py).

## Logger

You can use `axiom_py.logging.AxiomHandler` to send logs from the `logging`
module to Axiom:
You can use the `AxiomHandler` to send logs from the `logging` module to Axiom
like this:

```python
import axiom_py
Expand All @@ -94,7 +94,7 @@ def setup_logger():
logging.getLogger().addHandler(handler)
```

For more examples, see [`examples/logger.py`](examples/logger.py).
For a full example, see [`examples/logger.py`](examples/logger.py).

## Contributing

Expand Down

0 comments on commit 30d500a

Please sign in to comment.