Files
DownloadSM/bot/logging_conf.py
smolkik-code d77e00f029 add finders
2025-12-26 23:26:13 +07:00

8 lines
153 B
Python

import logging
def setup_logging():
logging.basicConfig(
level=logging.INFO,
format="%(asctime)s [%(levelname)s] %(message)s"
)