Skip to content

Commit

Permalink
#87: Log path changed to /tmp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bystroushaak committed Dec 18, 2016
1 parent d884768 commit 2e8dc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wa_kat/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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) =================================
Expand Down

0 comments on commit 2e8dc98

Please sign in to comment.