diff options
author | Rodney Ewing <ewing.rj@gmail.com> | 2013-09-02 11:55:41 -0700 |
---|---|---|
committer | Rodney Ewing <ewing.rj@gmail.com> | 2013-09-02 11:55:41 -0700 |
commit | 635dd6cc31d4d9afbe648f76af2f799eebf8f1f1 (patch) | |
tree | 510142427a3ca31298829cbb4724ecf4c08d49b8 | |
parent | 26583b2cab650cc27af845fd2ef20cccae2aeceb (diff) | |
download | mediagoblin-635dd6cc31d4d9afbe648f76af2f799eebf8f1f1.tar.lz mediagoblin-635dd6cc31d4d9afbe648f76af2f799eebf8f1f1.tar.xz mediagoblin-635dd6cc31d4d9afbe648f76af2f799eebf8f1f1.zip |
don't set logging level to debug
-rw-r--r-- | mediagoblin/gmg_commands/dbupdate.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mediagoblin/gmg_commands/dbupdate.py b/mediagoblin/gmg_commands/dbupdate.py index 961752f6..77eaf01d 100644 --- a/mediagoblin/gmg_commands/dbupdate.py +++ b/mediagoblin/gmg_commands/dbupdate.py @@ -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 |