> All named loggers (including "A", "B" etc.) inherit from the root logger,
> obtained by doing
>
> root_logger = logging.getLogger()
>
> or
>
> root_logger = logging.getLogger("")

Somehow I missed this in the docs.
Thanks Vinay.

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

Reply via email to