Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
salon: Enable logging by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
spladug committed Sep 19, 2014
1 parent 341f68f commit 6a141bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions salon/app.py
@@ -1,3 +1,4 @@
import logging
import os

from flask import Flask
Expand All @@ -19,5 +20,8 @@
_gh_config.nicks_by_user.iteritems()}


# just output to console!
logging.basicConfig()

# register views
import salon.views

0 comments on commit 6a141bf

Please sign in to comment.