-----Message d'origine----- De : Python-list [mailto:[email protected]] De la part de [email protected] Envoyé : Tuesday, August 5, 2014 11:18 AM À : [email protected] 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
