summary refs log tree commit diff stats
path: root/getwtxt.yml
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-12 21:35:52 -0400
committerGitHub <noreply@github.com>2019-06-12 21:35:52 -0400
commita2d5115725dea018edb8a8dbaf3c622fabe2680e (patch)
treecacbd836373239b0b3f5b8ce25fc642ce43179a6 /getwtxt.yml
parentbe76daaa8b4e6f6d5f60c79ecd84a8d034cbe351 (diff)
parentfbfe7f582979c9db9089187b7316013bd0b1d423 (diff)
downloadgetwtxt-a2d5115725dea018edb8a8dbaf3c622fabe2680e.tar.gz
Merge pull request #8 from getwtxt/multiple-logfiles
Using separate log files for requests and other messages
Diffstat (limited to 'getwtxt.yml')
-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.