SET LOG

/OPERATOR /NOOPERATOR (D)

Specifies that messages are written to the operator log.

/OUTPUT[=file-spec] /OUTPUT=stdout (D)

Specifies that the resulting information is written to the file file-spec. If /OUTPUT or file-specis omitted then the standard or default output is used.

Related Commands

SHOW LOG

Examples

RTR> SET LOG/FILE=RTRLOG.LOG/OPERATOR

This command tells RTR to write log messages to the file RTRLOG.LOG and to the operator log.

RTR> SET LOG/NOFILE/NOOPERATOR

This command suppresses all RTR log messages.

RTR> SET LOG/FILE="/usr/users/rtruser/daily_logfile"

This command tells RTR to write log messages to the file /usr/users/rtruser /daily_logfile.log.

RTR> SET LOG/FILE=("logfile1.log","logfile2.log")

This command tells RTR to write log messages to logfile1.log and logfile2.log.

RTR> SET LOG/OPERATOR

This command tells RTR to write log messages to the system log.

RTR Command Line Interface 6–117

Page 193
Image 193
Compaq AA-Q88CE-TE manual Rtr Set Log/File=Rtrlog.Log/Operator, Rtr Set Log/Nofile/Nooperator, Rtr Set Log/Operator