Skip to content

Commit

Permalink
chore: set log level
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Dec 10, 2018
1 parent 2ec00d5 commit f430d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views.py
Expand Up @@ -15,7 +15,7 @@


# Initialize logging with logfile in tempdir:
utils.init_logging(logging.DEBUG)
utils.init_logging(logging.INFO)

# Initialize Flask application:
web = utils.init_app("topicsexplorer")
Expand Down

0 comments on commit f430d6e

Please sign in to comment.