* 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:
jan.dittberner 2008-05-05 18:56:20 +00:00
parent 9a44d9bd57
commit 02da42cba6

View File

@ -2,7 +2,7 @@
"""
import logging
log=logging.getLogger()
log=logging.getLogger('migrate.versioning')
log.setLevel(logging.WARNING)
log.addHandler(logging.StreamHandler())