https://github.com/markkvdb/logging-in-python
Small python tutorial about logging
https://github.com/markkvdb/logging-in-python
Last synced: 27 days ago
JSON representation
Small python tutorial about logging
- Host: GitHub
- URL: https://github.com/markkvdb/logging-in-python
- Owner: markkvdb
- Created: 2022-10-11T13:42:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T15:43:41.000Z (over 3 years ago)
- Last Synced: 2025-01-26T10:45:47.694Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Logging in Python
Minimal tutorial showing how to implement logging using `loguru` for log handling, `rich` for formatting and `notifiers` for sending logs to Slack.
## Quickstart
Install project with poetry
```bash
poetry install
```
Run the project using
```bash
python app.py
```