RSLOGMAX
Maximum xfServer log file size
|
|
USupported on UNIX
|
|
The RSLOGMAX environment variable specifies the maximum log file size allocated by the Synergy/DE xfServer daemon, rsynd.
Value
The size of the log file in bytes.
Discussion
The minimum log file size is 1,024 bytes. The default maximum log file size is 1 MB. Use RSLOGMAX to specify a larger log file size.
Use RSYNDLOG to specify a log file other than the default, /usr/lib/rsynd.log.
RSLOGMAX must be set prior to starting rysnd. Because rsynd is started from an rc system startup file, you must also set RSYNDLOG and/or RSLOGMAX there as well.
Setting location
The environment before running rsynd (usually in the /etc/rc file).
Used by
xfServer
See also
Examples
The following example sets the maximum xfServer log file size to 20,000 bytes.
RSLOGMAX=20000