Show More
@@ -185,7 +185,7 b' def engine_from_config(configuration, pr' | |||
|
185 | 185 | from sqlalchemy import event |
|
186 | 186 | from sqlalchemy.engine import Engine |
|
187 | 187 | |
|
188 |
log = logging.getLogger(' |
|
|
188 | log = logging.getLogger('sqlalchemy.engine') | |
|
189 | 189 | BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = xrange(30, 38) |
|
190 | 190 | engine = efc(configuration, prefix, **kwargs) |
|
191 | 191 |
General Comments 0
You need to be logged in to leave comments.
Login now