From 05f90a74a4ec2d91d55d745b88338506b9b1a52e Mon Sep 17 00:00:00 2001 From: woogerboy21 Date: Wed, 19 Oct 2016 19:24:44 -0400 Subject: [PATCH 1/2] Update log path example when running under windows Added example of log path syntax when running servatrice under windows. --- servatrice/servatrice.ini.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/servatrice/servatrice.ini.example b/servatrice/servatrice.ini.example index 42013783..3ad1b778 100644 --- a/servatrice/servatrice.ini.example +++ b/servatrice/servatrice.ini.example @@ -39,6 +39,8 @@ writelog=1 ; Choose a name for the log file, if enabled; you can specify an absolute path or a path relative to ; the servatrice executable; the default file name is server.log (in the same path as servatrice) +; Note: When running servatrice under windows you will need to use double backslashes between folder locations +; [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 From 32d2fa13f64c095de73c6ed3e03b6aeed1a4aad1 Mon Sep 17 00:00:00 2001 From: woogerboy21 Date: Wed, 19 Oct 2016 19:26:06 -0400 Subject: [PATCH 2/2] Missed example bra cket --- servatrice/servatrice.ini.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servatrice/servatrice.ini.example b/servatrice/servatrice.ini.example index 3ad1b778..1ffee6cd 100644 --- a/servatrice/servatrice.ini.example +++ b/servatrice/servatrice.ini.example @@ -40,7 +40,7 @@ writelog=1 ; Choose a name for the log file, if enabled; you can specify an absolute path or a path relative to ; the servatrice executable; the default file name is server.log (in the same path as servatrice) ; Note: When running servatrice under windows you will need to use double backslashes between folder locations -; [ex: C:\\Temp\\server.log +; [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