summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-12 20:22:41 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-12 20:22:54 -0400
commit0544d1584899c5edc9ac161f90428b6c3febfc94 (patch)
tree0181a10b73cf9b170eacf35203d21c4545d3428d
parent94c980b0cb0943c57b64715a75f4f131d08d6a84 (diff)
downloadgetwtxt-0544d1584899c5edc9ac161f90428b6c3febfc94.tar.gz
multiple logfile options added
-rw-r--r--getwtxt.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/getwtxt.yml b/getwtxt.yml
index d9f5c90..0e0969f 100644
--- a/getwtxt.yml
+++ b/getwtxt.yml
@@ -64,9 +64,11 @@ AssetsDirectory: "assets"
 # logs.
 StdoutLogging: false
 
-# The file getwtxt will append log messages to. Can be a
-# relative or absolute path.
-LogFile: "getwtxt.log"
+# Log files getwtxt will use. Requests will be logged
+# to RequestLog, while everything else will go into
+# MessageLog. These can be relative or absolute paths.
+MessageLog: "logs/message.log"
+RequestLog: "logs/request.log"
 
 # This is the interval between data pushes from the 
 # in-memory cache to the on-disk database.