forked from kodorvan/stcs
add files project
This commit is contained in:
8
app/telegram/logs.py
Normal file
8
app/telegram/logs.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import logging
|
||||
|
||||
logging.basicConfig(
|
||||
level=logging.INFO,
|
||||
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'
|
||||
)
|
||||
|
||||
logger = logging.getLogger(__name__)
|
Reference in New Issue
Block a user