Changeset - 4c9bd42f82f9
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2011-06-04 22:59:05
marcin@python-works.com
timerproxy will use the same logger as sqlalchemy, in order to be controlled by sqlalchemy logger settings
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/__init__.py
Show inline comments
 
@@ -185,7 +185,7 @@ def engine_from_config(configuration, pr
 
        from sqlalchemy import event
 
        from sqlalchemy.engine import Engine
 

	
 
        log = logging.getLogger('timerproxy')
 
        log = logging.getLogger('sqlalchemy.engine')
 
        BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = xrange(30, 38)
 
        engine = efc(configuration, prefix, **kwargs)
 

	
0 comments (0 inline, 0 general)