[Python-Dev] Consistent logging in the standard library

Matthew F. Barnes mfb at lotusland.dyndns.org
Thu Sep 18 08:04:57 EDT 2003


Vinay Sajip said:
> I agree. Readability in logs is the most important consideration here, and
> I think a scheme such as "python." + <modulename> makes it very clear where
> an event originated. Of course this would just be a prefix; a module could
> log to any name under this namespace, e.g. "python.asyncore.socket" for
> socket-related events in asyncore.
>

I'm convinced.  I'll work the "python" prefix into the proposal.

Matthew Barnes



More information about the Python-Dev mailing list