don't set logging level to debug
This commit is contained in:
parent
26583b2cab
commit
635dd6cc31
@ -24,8 +24,6 @@ from mediagoblin.init import setup_global_and_app_config
|
|||||||
from mediagoblin.tools.common import import_component
|
from mediagoblin.tools.common import import_component
|
||||||
|
|
||||||
_log = logging.getLogger(__name__)
|
_log = logging.getLogger(__name__)
|
||||||
logging.basicConfig()
|
|
||||||
_log.setLevel(logging.DEBUG)
|
|
||||||
|
|
||||||
def dbupdate_parse_setup(subparser):
|
def dbupdate_parse_setup(subparser):
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user