forked from retoor/snek
feat: add logging configuration with basicConfig at INFO level in __main__.py
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
import logging
|
||||
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
import pathlib
|
||||
import shutil
|
||||
import sqlite3
|
||||
|
||||
Reference in New Issue
Block a user