changeset 2107:3ed6b94030ae beta

added logging info about loaded rcext
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 07 Mar 2012 00:26:25 +0200
parents 95f1ed68cac1
children 9e377342802c
files rhodecode/config/environment.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/config/environment.py	Wed Mar 07 00:14:33 2012 +0200
+++ b/rhodecode/config/environment.py	Wed Mar 07 00:26:25 2012 +0200
@@ -52,6 +52,7 @@
     if os.path.isfile(path):
         rcext = create_module('rc', path)
         rhodecode.EXTENSIONS = rcext
+        log.debug('Found rcextensions now loading %s...' % rcext)
     # Setup cache object as early as possible
     import pylons
     pylons.cache._push_object(config['pylons.app_globals'].cache)