how to fix python logging to not log to stderr

harish.chilkoti at gmail.com harish.chilkoti at gmail.com
Tue Aug 5 05:18:11 EDT 2014


I am doing this

logging.basiConfig(logleve=Logging.Info)

then i create a file log handler and attach to it. 

i also have propagate as True.

My logs are going to the stderr as well. 

How do i fix so that logs don't go to stdout? 



More information about the Python-list mailing list