Changeset - 3ed6b94030ae
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2012-03-06 23:26:25
marcin@python-works.com
added logging info about loaded rcext
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/config/environment.py
Show inline comments
 
@@ -52,6 +52,7 @@ def load_environment(global_conf, app_co
 
    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)
0 comments (0 inline, 0 general)