Re: Milliseconds in logging format

2010-01-10 Thread Irmen de Jong
On 10-1-2010 20:04, Joan Miller wrote: How the logging '%(asctime)s' [1] specifier to gets the millisecond portion of the time if there is not a directive to get it from the time module [2] ? "The date format string follows the requirements of strftime()" [1] http://docs.python.org/library/logg

Milliseconds in logging format

2010-01-10 Thread Joan Miller
How the logging '%(asctime)s' [1] specifier to gets the millisecond portion of the time if there is not a directive to get it from the time module [2] ? "The date format string follows the requirements of strftime()" [1] http://docs.python.org/library/logging.html#basic-example [2] http://docs.p