dotgift/dotgift/logger.py
2023-07-31 16:07:29 -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__)