LSF_DISCARD_LOG

Syntax

LSF_DISCARD_LOG=Y | N

Description

Specifies the behavior of the mbatchd and mbschd logging threads if the logging queue is full (that is, when the number of entries in the logging queue reaches the LSF_LOG_QUEUE_SIZE value). The logging queue contains the messages to be written to the log files.

If set to Y, the logging thread discards all new messages at a level lower than LOG_WARNING when the logging queue is full. LSF logs a summary of the discarded messages later.

If set to N, LSF automatically extends the size of the logging queue if the logging queue is full.

This parameter is ignored if LSF_LOG_THREAD is set to N.

Default

Y.

See also

LSF_LOG_THREAD to enable logging threads.

LSF_LOG_QUEUE_SIZE to configure the maximum number of entries in the logging queue that the logging thread uses before the logging queue is full.