LogConfig.py 114 B

123
  1. import logging
  2. log_formatter = logging.Formatter('%(asctime)s %(levelname)s %(message)s', '%m/%d/%Y %I:%M:%S %p')