1
0
mirror of https://gitlab.com/akasroua/covot synced 2025-04-20 22:01:12 +02:00
covot/app/__init__.py

6 lines
127 B
Python

import logging
logging.basicConfig(
format="[%(levelname) 5s/%(asctime)s] %(name)s: %(message)s", level=logging.WARNING
)