SSH Reference Manual
 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: 
LOGFORMATEMS 13 
Display date and time only: 
LOGFORMATEMS 5 
See also 
LOGFORMATCONSOLE, LOGFORMATFILE
LOGFORMATFILE 
Use this parameter to control the format of the log messages that are written to the log file. 
Parameter Syntax 
LOGFORMATFILE 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: 
LOGFORMATFILE 13 
96 • Configuring and Running SSH2  HP NonStop SSH Reference Manual 










