mirror of
https://github.com/Xevion/tcp-chat.git
synced 2025-12-09 16:08:48 -06:00
4 lines
105 B
Python
4 lines
105 B
Python
import logging
|
|
|
|
logging.basicConfig(format='[%(asctime)s] [%(levelname)s] [%(threadName)s] %(message)s')
|