XFPL_SINGLELOGFILE
Log all processes in a single file
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
|
The XFPL_SINGLELOGFILE setting specifies that all processes writing to the xfServerPlus log file will be written to a single file.
Value
One of the following values:
ON = A single log file is created.
OFF = A log file is created for each session. (default)
Discussion
Used in conjunction with XFPL_LOG. By default, information from each session is logged to a separate log file named with the log file name plus a date and time stamp to differentiate the files. If you would prefer that all sessions write to a single log file, set XFPL_SINGLELOGFILE to ON. You can identify which log entries are associated with which session by the session ID. Multi-file logging generally gives better performance.
Setting location
The xfpl.ini file.
Used by
xfServerPlus
See also
Examples
XFPL_SINGLELOGFILE=ON