lighter weight options to Python's logging package?

Kent Johnson kent at kentsjohnson.com
Sun Mar 12 15:36:20 EST 2006


skip at pobox.com wrote:
>     Trent> Do you have any profile information for where in the logging
>     Trent> package the time is being spent?
> 
> Looking back at a recent run from a few days ago Formatter.formatTime()
> seems to be a current problem.

You might try using the raw creation time %(created)f rather than 
%(asctime)s in your format.

Kent



More information about the Python-list mailing list