[Mpuls-commits] r5187 - in base/trunk: . mpulsweb.egg-info

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jul 21 13:39:19 CEST 2011


Author: bh
Date: 2011-07-21 13:39:17 +0200 (Thu, 21 Jul 2011)
New Revision: 5187

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb.egg-info/paste_deploy_config.ini_tmpl
Log:
* mpulsweb.egg-info/paste_deploy_config.ini_tmpl: Add date to the
formatters' datefmt


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-07-21 11:28:25 UTC (rev 5186)
+++ base/trunk/ChangeLog	2011-07-21 11:39:17 UTC (rev 5187)
@@ -1,5 +1,10 @@
 2011-07-21  Bernhard Herzog  <bh at intevation.de>
 
+	* mpulsweb.egg-info/paste_deploy_config.ini_tmpl: Add date to the
+	formatters' datefmt
+
+2011-07-21  Bernhard Herzog  <bh at intevation.de>
+
 	* mpulsweb.egg-info/paste_deploy_config.ini_tmpl, development.ini:
 	Fix the key used for the database name in the format string. It's
 	mpuls_dbname now instead of dbname.

Modified: base/trunk/mpulsweb.egg-info/paste_deploy_config.ini_tmpl
===================================================================
--- base/trunk/mpulsweb.egg-info/paste_deploy_config.ini_tmpl	2011-07-21 11:28:25 UTC (rev 5186)
+++ base/trunk/mpulsweb.egg-info/paste_deploy_config.ini_tmpl	2011-07-21 11:39:17 UTC (rev 5187)
@@ -136,9 +136,9 @@
 
 [formatter_generic]
 format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(mpuls_dbname)s] [%(name)s] %(message)s
-datefmt = %H:%M:%S
+datefmt = %Y-%m-%d %H:%M:%S
 
 [formatter_message]
 # strip time for logging in apache mod_wsgi
 format = %(levelname)-5.5s [%(name)s] %(message)s
-datefmt = %H:%M:%S
+datefmt = %Y-%m-%d %H:%M:%S



More information about the Mpuls-commits mailing list