Open GoogleCodeExporter opened 8 years ago
Adding the following lines should fix the issue:
import logging
logging.basicConfig(filename='debug.log',level=logging.DEBUG)
Obviously you can set the file name and logging level to your preference.
I really wish that whoever responded to issue 225 had put that in, instead of
making a general reference to "configuring logging for your application".
Best,
SV
Original comment by dead-Ser...@secdev.com
on 3 Sep 2014 at 7:10
Original issue reported on code.google.com by
techtonik@gmail.com
on 29 Sep 2013 at 6:55