Skip to content
Snippets Groups Projects
Commit 990b49e2 authored by Luna Mendes's avatar Luna Mendes
Browse files

run: use default logging level as INFO

parent 2ab2b2d2
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ app.blueprint(api.bp.files.bp)
app.blueprint(api.bp.shorten.bp)
app.blueprint(api.bp.fetch.bp)
logging.basicConfig(level=logging.DEBUG)
logging.basicConfig(level=logging.INFO)
log = logging.getLogger(__name__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment