D7net
Home
Console
Upload
information
Create file
Create Folder
About
Tools
Logout
Path :
/
lib
/
python3
/
..
/
python3.10
/
asyncio
/
Filename :
log.py
back
Edit
Copy
"""Logging configuration.""" import logging # Name the logger after the package. logger = logging.getLogger(__package__)