I have this simple script:
# Configure logger import logging import os logging.basicConfig( filename=os.path.dirname(os.path.realpath(__file__))+\'/test.log\', le