Logging module gives duplicate log entries

Shiao multiseed at gmail.com
Tue Aug 21 17:21:57 EDT 2007


>
> You need to remove the handler from the logging object
>
> # remove the handler once you are done
> applog.removeHandler(hdl)
>
> Cheers,
> amit.
>

I'm not sure how this could help.




More information about the Python-list mailing list