From e7b8d8bcbcae669a16d20e908b207c74a975aa0d Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 16 Dec 2004 13:55:54 +0000 Subject: [PATCH] Change the default of supybot.log.timestampFormat to iso8601 (thanks, Grantbow, I used your forum post for this). --- src/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/log.py b/src/log.py index 88e791a42..980233c20 100644 --- a/src/log.py +++ b/src/log.py @@ -237,7 +237,7 @@ conf.registerGlobalValue(conf.supybot.log, 'statistics', took to parse a message, process a command, etc. You probably don't care about this.""")) conf.registerGlobalValue(conf.supybot.log, 'timestampFormat', - registry.String('[%d-%b-%Y %H:%M:%S]', """Determines the format string for + registry.String('%Y-%m-%dT%H:%M:%S', """Determines the format string for timestamps in logfiles. Refer to the Python documentation for the time module to see what formats are accepted. If you set this variable to the empty string, times will be logged in a simple seconds-since-epoch