Преглед изворни кода

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)


Loading…
Откажи
Сачувај