Removing the "logging is debug by default in dbupdate"
This commit sponsored by David Neudorfer. Thank you!
This commit is contained in:
parent
11eb6a8b53
commit
7468c39039
@ -25,7 +25,8 @@ from mediagoblin.tools.common import import_component
|
|||||||
|
|
||||||
_log = logging.getLogger(__name__)
|
_log = logging.getLogger(__name__)
|
||||||
logging.basicConfig()
|
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):
|
def dbupdate_parse_setup(subparser):
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user