Browse Source

Allow EarwigBot to save its internal logs for debugging.

pull/24/head
Ben Kurtovic 10 years ago
parent
commit
047ddcf75c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.fcgi

+ 1
- 1
app.fcgi View File

@@ -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…
Cancel
Save