Ver código fonte

Allow EarwigBot to save its internal logs for debugging.

pull/24/head
Ben Kurtovic 10 anos atrás
pai
commit
047ddcf75c
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      app.fcgi

+ 1
- 1
app.fcgi Ver arquivo

@@ -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)


Carregando…
Cancelar
Salvar