socrates200X
Programmer
I'm using the logging module in a GUI I'm developing. I've set up a FileHandler to write all logs above a certain level to a log file. However, while it does this fine, it also prints the log message to the console, which is undesired. (The whole purpose of my using the FileHandler is to *reduce* console clutter!) Is there any way to just write log messages to file and not to the screen using the logging module?
-- Ricardo Gonzalez
-- Ricardo Gonzalez