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
 
@@ -49,12 +49,13 @@ def load_environment(global_conf, app_co
 
    rhodecode.CONFIG = config
 

	
 
    path = os.path.join(config['here'], 'rcextensions', '__init__.py')
 
    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)
 

	
 
    # Create the Mako TemplateLookup, with the default auto-escaping
 
    config['pylons.app_globals'].mako_lookup = TemplateLookup(
0 comments (0 inline, 0 general)