From 28faec5941b2f906c7aae0047f59fcd88ee9c43c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 6 Sep 2017 12:45:03 +0200 Subject: [PATCH] Changed default log location to not be unix-specific --- .gitignore | 1 + flamenco-worker.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6421975..af7e0a2 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /flamenco-worker.db /build/ /dist/ +/flamenco-worker*.log diff --git a/flamenco-worker.cfg b/flamenco-worker.cfg index ab4f60f..717e5c2 100644 --- a/flamenco-worker.cfg +++ b/flamenco-worker.cfg @@ -38,7 +38,7 @@ class = logging.handlers.TimedRotatingFileHandler formatter = flamenco # (filename, when, interval, backupCount, encoding, delay, utc, atTime=None) # Be aware that tilde expansion is *not* performed on the path. -args = ('/tmp/flamenco-worker.log', 'midnight', 1, 7, 'utf8', True, True) +args = ('flamenco-worker.log', 'midnight', 1, 7, 'utf8', True, True) [formatters] keys = flamenco