petitviolet blog

    flask (1 posts)

    icon
    Written by petitviolet

    Flaskでloggingの設定を外部ファイルから読み込む

    2014-09-23QiitaPythonFlask
    Flaskで普通にloggingをする場合、Flaskloggingexampl
    Flask で普通に logging をする場合、[Flask logging example](https://gist.github.com/ibeex/3257877)のように、 py:title=app.py app = Flask(__name__) app.logger.debug("test message") のようにすれば簡単に出来る。 しかし、loggingの外部ファイルから設定を読み込むfileConfig py:title=fileConfig import logging.config logging.config.fileConf