Skip to content

Commit

Permalink
Merge pull request #89 from DARIAH-DE/testing
Browse files Browse the repository at this point in the history
chore: set log level
  • Loading branch information
severinsimmler authored Dec 10, 2018
2 parents 893f29f + f430d6e commit 5205245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views.py
Original file line number Diff line number Diff line change
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 5205245

Please sign in to comment.