Removing the "logging is debug by default in dbupdate"

This commit sponsored by David Neudorfer.  Thank you!
This commit is contained in:
Christopher Allan Webber 2013-11-25 09:30:59 -06:00
parent 11eb6a8b53
commit 7468c39039

View File

@ -25,7 +25,8 @@ from mediagoblin.tools.common import import_component
_log = logging.getLogger(__name__)
logging.basicConfig()
_log.setLevel(logging.DEBUG)
## Let's not set the level as debug by default to avoid confusing users :)
# _log.setLevel(logging.DEBUG)
def dbupdate_parse_setup(subparser):
pass