I have a 'logging' on my code using: import logging < ... > logging.basicConfig(filename="bumpr.log", level=logging.INFO) < ... >
The thing is that the default location of this output when running via Windows Task Scheduler is 'C:/Windows/System32'. Is there a way to change the location of the output of this module? I want it to output where my 'main.py' is. _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor