From c7181dfcd6546f52b6a5fe205c0a5e5305b39a17 Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Fri, 10 Sep 2021 18:51:39 +0200 Subject: [PATCH] Document change in config.ini --- bin/config_sample/config.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/config_sample/config.ini b/bin/config_sample/config.ini index f89cfd9..411b453 100644 --- a/bin/config_sample/config.ini +++ b/bin/config_sample/config.ini @@ -39,9 +39,10 @@ modpass=changeme ; This is only used for modcall logging, or if the webhook_sendfile is enabled. logbuffer=500 -; The server logging type. Valid values here are "modcall" and "full". +; The server logging type. Valid values here are "modcall","full" and "fullarea". ; Modcall logging will only save an area log file if a modcall is sent. ; Full logging will log every event in every area, and will output to a new file every day. +; FullArea logging will log every event in every area, seperating them into individual files and output to a new one every day. logging=modcall ; The maximum number of statements that can be recorded in the testimony recorder.