/logging-in-python

Small python tutorial about logging

Primary LanguagePython

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

poetry install

Run the project using

python app.py