[Mpuls-commits] r763 - in wasko/branches/2.0: . waskaweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jan 19 18:38:31 CET 2010
Author: bh
Date: 2010-01-19 18:38:30 +0100 (Tue, 19 Jan 2010)
New Revision: 763
Modified:
wasko/branches/2.0/ChangeLog.txt
wasko/branches/2.0/waskaweb/lib/app_globals.py
Log:
* waskaweb/lib/app_globals.py (Globals.__init__): Remove the
config file logging messages that are now in MpulsConfig
Modified: wasko/branches/2.0/ChangeLog.txt
===================================================================
--- wasko/branches/2.0/ChangeLog.txt 2010-01-19 17:37:43 UTC (rev 762)
+++ wasko/branches/2.0/ChangeLog.txt 2010-01-19 17:38:30 UTC (rev 763)
@@ -1,5 +1,10 @@
2010-01-19 Bernhard Herzog <bh at intevation.de>
+ * waskaweb/lib/app_globals.py (Globals.__init__): Remove the
+ config file logging messages that are now in MpulsConfig
+
+2010-01-19 Bernhard Herzog <bh at intevation.de>
+
* waskaweb/lib/config.py (MpulsConfig.__init__): Simplify
try-finally-block and improve logging
Modified: wasko/branches/2.0/waskaweb/lib/app_globals.py
===================================================================
--- wasko/branches/2.0/waskaweb/lib/app_globals.py 2010-01-19 17:37:43 UTC (rev 762)
+++ wasko/branches/2.0/waskaweb/lib/app_globals.py 2010-01-19 17:38:30 UTC (rev 763)
@@ -53,10 +53,8 @@
root = pylons.config.get('pylons.paths').get('root')
config_file = os.path.join(root, '..', config_file)
- log.info("Loading configfile: %s" % config_file)
self.config_path = os.path.dirname(config_file)
self.mpuls_config = MpulsConfig(config_file)
- log.info("Loading OK")
public_dir = pylons.config.get('pylons.paths').get('static_files')
formed_dir = os.path.join(public_dir, "formed")
More information about the Mpuls-commits
mailing list