Thank you Laurent!

----- Original message -----
From: Laurent Pointal <laurent.poin...@free.fr>

<snipped>
With __name__ you will have one logger per source file (module), with 
corresponding filtering possibilities, and organized hierarchically as
are 
packages (logging use . to built its loggers hierarchy). 

Without __name__, you have one global default logger.
</snipped>
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to