SSH Reference Manual

This parameter is retained for downward compatibility only and has been replaced by the parameters
LOGFORMATCONSOLE and LOGFORMATFILE
.
If no value is set for the parameters LOGFORMATCONSOLE or LOGFORMATFILE, they will inherit their
value from the parameter LOGFORMAT.
If both LOGFORMATCONSOLE and LOGFORMATFILE are set with a value, the parameter of
LOGFORMAT becomes meaningless.
See also
LOGFORMATCONSOLE, LOGFORMATEMS, LOGFORMATFILE
LOGFORMATCONSOLE
Use this parameter to control the format of the log messages that are written to the console.
Parameter Syntax
LOGFORMATCONSOLE format
Arguments
format
A number is used to represent a bit mask that controls the format. Following are the values and their
corresponding format:
Bit 1 (decimal 1) Date
Bit 2 (decimal 2) Header (log messages a pre-fixed with "[log]")
Bit 3 (decimal 4) Time
Bit 4 (decimal 8) Milliseconds
Bit 5 (decimal 16) Process ID (name or PIN)
Bit 7 (decimal 64) Log level of message
Default
The default log format is 93 (date, time, milliseconds, process ID, and log level).
Example
Display date, time, and milliseconds only:
LOGFORMATCONSOLE 13
Display date and time only:
LOGFORMATCONSOLE 5
See also
LOGFORMATFILE, LOGFORMATEMS
LOGFORMATEMS
Use this parameter to control the format of the log messages that are written to EMS.
Parameter Syntax
LOGFORMATEMS format
Arguments
HP NonStop SSH Reference Manual Configuring and Running SSH2 95