python-module/${REPO_NAME_SNAKE}/logger.py

5 lines
138 B
Python
Raw Normal View History

2023-07-31 15:57:05 -07:00
import logging
logging.basicConfig(format="%(asctime)s - %(message)s", datefmt="%d-%b-%y %H:%M:%S")
logger = logging.getLogger(__name__)