summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-09-19 19:00:42 -0400
committerBen Morrison <ben@gbmor.dev>2019-09-19 19:00:42 -0400
commit4d7c4f51a35d893dea2f75933bff32c813512b91 (patch)
tree4352016d09697444a4e64eb44c9976a626205355
parentc6cc41bc0f1d6567d1c18e285bf375e368ebf29d (diff)
downloadgetwtxt-0.4.7.tar.gz
updated default logfile paths v0.4.7
-rw-r--r--getwtxt.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/getwtxt.yml b/getwtxt.yml
index 3d91ff1..817040d 100644
--- a/getwtxt.yml
+++ b/getwtxt.yml
@@ -67,8 +67,8 @@ StdoutLogging: false
 # Log files getwtxt will use. HTTP Requests will be
 # recorded in RequestLog, while everything else will go
 # into MessageLog, such as errors and notices.
-MessageLog: "./logs/message.log"
-RequestLog: "./logs/request.log"
+MessageLog: "/usr/local/getwtxt/logs/message.log"
+RequestLog: "/usr/local/getwtxt/logs/request.log"
 
 # This is the interval between data pushes from the
 # in-memory cache to the on-disk database.