From 884e604909f011a3fad0b29bb4fb788584932002 Mon Sep 17 00:00:00 2001 From: tritoch Date: Tue, 21 Feb 2017 13:39:00 -0600 Subject: [PATCH] Reverse wording on logfilters description (#2421) The `logfilters` setting was inverted. Previously said it logged everything *except* listed strings, but it actually logs *only* listed strings. --- servatrice/servatrice.ini.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/servatrice/servatrice.ini.example b/servatrice/servatrice.ini.example index f83c6ca7..46412eab 100644 --- a/servatrice/servatrice.ini.example +++ b/servatrice/servatrice.ini.example @@ -44,9 +44,9 @@ writelog=1 ; [ex: C:\\Temp\\server.log ] logfile=server.log -; You may want to silence some commonly recurring messages in the logfile. This setting can contain a -; comma-separed list of words; if any message that is about to be logged contains at least one of these words, -; it won't be logged. Default is empty; example: "kittens,ponies,faires" +; You may want to log only certain messages in the logfile. The default log level is extremely verbose. +; This setting should contain a comma-separated list of strings that will be selectively logged. +; All other lines will be excluded from the log. Default is empty; example: "Registration,_Login,foobar" logfilters="" ; Set the time interval in seconds that servatrice will use to communicate with each connected client