python-module/${REPO_NAME_SNAKE}/logger.py
2023-07-31 15:57:05 -07:00

4 lines
138 B
Python

import logging
logging.basicConfig(format="%(asctime)s - %(message)s", datefmt="%d-%b-%y %H:%M:%S")
logger = logging.getLogger(__name__)