Update telemovris.py
This commit is contained in:
@@ -14,7 +14,10 @@ from tgvoip import VoIPServerConfig, CallState
|
|||||||
from tgvoip_pyrogram import VoIPFileStreamService
|
from tgvoip_pyrogram import VoIPFileStreamService
|
||||||
|
|
||||||
logging.basicConfig(
|
logging.basicConfig(
|
||||||
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', level=logging.INFO
|
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
|
||||||
|
level=logging.INFO,
|
||||||
|
filename='/app/logs/log.txt',
|
||||||
|
encoding='utf-8'
|
||||||
)
|
)
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|||||||
Reference in New Issue
Block a user