80 • Configuring and Running SSH2 HP NonStop SSH Reference Manual
See also:
INTERVALLIVEPUBLICUSERKEY, INTERVALPENDINGPUBLICUSERKEY, FULLSSHCOMACCESSUSER<i>
and FULLSSHCOMACCESSGROUP<j> PARTIALSSHCOMACCESSUSER<k>,
PARTIALSSHCOMACCESSGROUP<n>
LOGCACHEDUMPONABORT
Use this parameter to define whether SSH2 writes the log messages held in the log cache are written to the log file in
case of an abort.
Parameter Syntax
LOGCACHEDUMPONABORT [TRUE|FALSE]
Arguments
TRUE
In case of abort the content of the log cache will be written to the configured log file.
FALSE
The content of the log cache will be discarded on process abort.
Default
The default for this parameter is FALSE.
Considerations
• The log cache content can be written to the log file at any time via SSHCOM command FLUSH LOGCACHE.
See also:
• LOGCACHESIZE, LOGLEVELCACHE, LOGFILE
• "Log Messages" in the "Monitoring and Auditing" chapter.
• Commands FLUSH LOGCACHE and CLEAR LOGCACHE in the "SSHCOM Command Reference" chapter.
LOGCACHESIZE
Use this parameter to define how many lines of log messages are held in log cache.
Parameter Syntax
LOGCACHESIZE <lines>
Argument
<lines>
The number of log messages (lines) to be held in the log cache. The minimum value is 1024 and the maximum
value is 1048576 (1024 * 1024).
Considerations
• The LOGLEVELCACHE parameter controls what messages are written to the log cache.
Default
By default, the minimum value (1024) is used.