Here is my python logging.py file
import logging import logging.handlers import os import __main__ __all__ = [\'Logger\']
Mkdir func