An open API service indexing awesome lists of open source software.

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

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
```