From 2e8dc9883bf62f1a14c2c6dbce75dd38666745b2 Mon Sep 17 00:00:00 2001 From: Bystroushaak Date: Sun, 18 Dec 2016 23:47:35 +0100 Subject: [PATCH] #87: Log path changed to /tmp. --- src/wa_kat/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wa_kat/settings.py b/src/wa_kat/settings.py index 523275a..5c0789a 100755 --- a/src/wa_kat/settings.py +++ b/src/wa_kat/settings.py @@ -87,7 +87,7 @@ def _in_conf_dir(filename): _REQUEST_DB_PATH = os.path.join(API_PATH, "request_db") _REQUEST_DB_SAVE = os.path.join(_REQUEST_DB_PATH, "store") -ERROR_LOG_PATH = "/home/bystrousak/wa_error.log" +ERROR_LOG_PATH = "/tmp/wa-kat.log" # User configuration reader (don't edit this) =================================