Update log path example when running under windows
Added example of log path syntax when running servatrice under windows.
This commit is contained in:
parent
989c91f1d1
commit
05f90a74a4
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue