mirror of
https://github.com/Xevion/tcp-chat.git
synced 2025-12-06 21:16:41 -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')
|