How can I use the logging module in Python to write to a file? Every time I try to use it, it just prints out the message.
http://docs.python.org/library/logging.handlers.html#filehandler
The FileHandler class, located in the core logging package, sends logging output to a disk file.
FileHandler
logging