On Thursday, August 30, 2012 11:38:27 AM UTC+1, Radha Krishna Srimanthula wrote:
> 
> Now, how do I specify the converter attribute (time.gmtime) in the above 
> section?

Sadly, there is no way of doing this using the configuration file, other than 
having e.g. a

class UTCFormatter(logging.Formatter):
    converter = time.gmtime

and then using a UTCFormatter in the configuration.

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

Reply via email to