]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove unit test migration logging
authorSean McGinnis <sean_mcginnis@dell.com>
Thu, 6 Aug 2015 21:46:27 +0000 (16:46 -0500)
committerSean McGinnis <sean_mcginnis@dell.com>
Thu, 6 Aug 2015 21:46:27 +0000 (16:46 -0500)
commit8c75d3f276e80196e276753f7d33e485f87d7e9b
treed1924a2a624a2b1ffeea9f13fd02899c8bc48917
parent3a8b27c752923ed51d67caf180666c74251c93b3
Remove unit test migration logging

DB migration unit tests output a bunch of 'Loading script'
messages that are of little to no value. This patch raises
the default migrations module logging level to WARNING to
prevent these debug messages from cluttering the output.

Change-Id: Ib1bb5a0efc791a41f2d4cb1ea0e6eba4658097a8
Co-Authored-By: John Griffith <john.griffith@solidfire.com>
cinder/test.py