* applied a slightly modified version of the patch for issue #20 by
Christophe de Vienne which uses a logger for 'migrate.versioning' instead of the root logger
This commit is contained in:
parent
9a44d9bd57
commit
02da42cba6
@ -2,7 +2,7 @@
|
||||
"""
|
||||
import logging
|
||||
|
||||
log=logging.getLogger()
|
||||
log=logging.getLogger('migrate.versioning')
|
||||
log.setLevel(logging.WARNING)
|
||||
log.addHandler(logging.StreamHandler())
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user