Files
tcp-chat/server/__init__.py

4 lines
105 B
Python

import logging
logging.basicConfig(format='[%(asctime)s] [%(levelname)s] [%(threadName)s] %(message)s')