don't set logging level to debug
authorRodney Ewing <ewing.rj@gmail.com>
Mon, 2 Sep 2013 18:55:41 +0000 (11:55 -0700)
committerRodney Ewing <ewing.rj@gmail.com>
Mon, 2 Sep 2013 18:55:41 +0000 (11:55 -0700)
mediagoblin/gmg_commands/dbupdate.py

index 961752f61f4e1af0366bc27e9574579351c2f232..77eaf01d2d754e7feeab8e8b5a93329a43072673 100644 (file)
@@ -24,8 +24,6 @@ from mediagoblin.init import setup_global_and_app_config
 from mediagoblin.tools.common import import_component
 
 _log = logging.getLogger(__name__)
-logging.basicConfig()
-_log.setLevel(logging.DEBUG)
 
 def dbupdate_parse_setup(subparser):
     pass