-----Message d'origine-----
De : Python-list
[mailto:python-list-bounces+a.nandagoban=traxens....@python.org] De la part
de harish.chilk...@gmail.com
Envoyé : Tuesday, August 5, 2014 11:18 AM
À : python-list@python.org
Objet : how to fix python logging to not log to stderr

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? 
-- 
https://mail.python.org/mailman/listinfo/python-list

hello,

remove logging.basiConfig, it won't print log in stdout



-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to