The
rc.spds
script
assumes that you want to keep the logs from messages that are written
to STDOUT or STDERR of the spdsnsrv (SPD Server name server) and spdsserv
(SPD Server host) processes. The
rc.spds
script
variable LOGDIR= defines the directory where these logs are stored.
If you do not want to
keep these logs, change the value for LOGDIR=, and the
rc.spds
script
uses
/dev/null
. If you want to keep
the logs in another location besides
"InstallDir"/log
,
change the value of LOGDIR=.
SPD Server log files
can grow very large if there is considerable activity. The log files
can be configured to recycle at a given time each day and start a
new logfile. The older log files can then be removed or archived.
The DSRVFILE= and DSRVTIME=
spdsserv options, NSRVFILE= and NSRVTIME= spdsnsrv options, and SNSFILE=
and SNSTIME= spdssnet options have the following default values in
the rc.spds script to define the log name and recycle time:
DSRVFILE=spdsserv
specifies the spdsserv
process log file prefix
DSRVTIME=00:00
specifies a recycle
time of midnight
NSRVFILE=spdsnsrv
specifies the spdsnsrv
process log file prefix
NSRVTIME=00:00
specifies a recycle
time of midnight
SNSFILE=spdsnet
specifies the prefix
of the spdssnet process log file
SNSTIME=00:00
specifies the time
of midnight
If you want SPD Server to disable automatic
log filename generation and cycling, change those settings to empty
pointers.