ソースを参照

Allow EarwigBot to save its internal logs for debugging.

pull/24/head
Ben Kurtovic 10年前
コミット
047ddcf75c
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      app.fcgi

+ 1
- 1
app.fcgi ファイルの表示

@@ -25,7 +25,7 @@ app.logger.addHandler(TimedRotatingFileHandler(
"logs/app.log", when="midnight", backupCount=7))
app.logger.info(u"Flask server started " + asctime())

bot = Bot(".earwigbot", 100)
bot = Bot(".earwigbot", 0)

def catch_errors(func):
@wraps(func)


読み込み中…
キャンセル
保存