projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26583b2
)
don't set logging level to debug
author
Rodney Ewing
<ewing.rj@gmail.com>
Mon, 2 Sep 2013 18:55:41 +0000
(11:55 -0700)
committer
Rodney Ewing
<ewing.rj@gmail.com>
Mon, 2 Sep 2013 18:55:41 +0000
(11:55 -0700)
mediagoblin/gmg_commands/dbupdate.py
patch
|
blob
|
blame
|
history
diff --git
a/mediagoblin/gmg_commands/dbupdate.py
b/mediagoblin/gmg_commands/dbupdate.py
index 961752f61f4e1af0366bc27e9574579351c2f232..77eaf01d2d754e7feeab8e8b5a93329a43072673 100644
(file)
--- 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