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

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


Author: bh
Date: 2011-07-21 13:28:25 +0200 (Thu, 21 Jul 2011)
New Revision: 5186

Modified:
   base/trunk/ChangeLog
   base/trunk/development.ini
   base/trunk/mpulsweb.egg-info/paste_deploy_config.ini_tmpl
Log:
* 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/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-07-21 10:39:02 UTC (rev 5185)
+++ base/trunk/ChangeLog	2011-07-21 11:28:25 UTC (rev 5186)
@@ -1,3 +1,9 @@
+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.
+
 2011-07-21  Ludwig Reiter <ludwig.reiter at intevation.de>
 
 	* mpulsweb.egg-info/paste_deploy_config.ini_tmpl,

Modified: base/trunk/development.ini
===================================================================
--- base/trunk/development.ini	2011-07-21 10:39:02 UTC (rev 5185)
+++ base/trunk/development.ini	2011-07-21 11:28:25 UTC (rev 5186)
@@ -120,6 +120,6 @@
 
 
 [formatter_generic]
-format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(dbname)s][%(name)s] %(message)s
+format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(mpuls_dbname)s] [%(name)s] %(message)s
 datefmt = %Y-%m-%d %H:%M:%S
 

Modified: base/trunk/mpulsweb.egg-info/paste_deploy_config.ini_tmpl
===================================================================
--- base/trunk/mpulsweb.egg-info/paste_deploy_config.ini_tmpl	2011-07-21 10:39:02 UTC (rev 5185)
+++ base/trunk/mpulsweb.egg-info/paste_deploy_config.ini_tmpl	2011-07-21 11:28:25 UTC (rev 5186)
@@ -135,7 +135,7 @@
 
 
 [formatter_generic]
-format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(dbname)s][%(name)s] %(message)s
+format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(mpuls_dbname)s] [%(name)s] %(message)s
 datefmt = %H:%M:%S
 
 [formatter_message]



More information about the Mpuls-commits mailing list