mirror of
https://github.com/Xevion/tcp-chat.git
synced 2025-12-06 03:16:44 -06:00
5 lines
146 B
Python
5 lines
146 B
Python
import logging
|
|
|
|
logging.basicConfig(level=logging.DEBUG,
|
|
format='[%(asctime)s] [%(levelname)s] [%(threadName)s] %(message)s')
|