LSF_LOG_MASK_WIN

Syntax

LSF_LOG_MASK_WIN=message_log_level

Description

Allows you to reduce the information logged to the LSF Windows event log files. Messages of lower severity than the specified level are discarded.

For all LSF files, the types of messages saved depends on LSF_LOG_MASK, so the threshold for the Windows event logs is either LSF_LOG_MASK or LSF_LOG_MASK_WIN, whichever is higher. LSF_LOG_MASK_WIN is ignored if LSF_LOG_MASK is set to a higher level.

The LSF event log files for Windows are:
  • lim.log.host_name
  • res.log.host_name
  • sbatchd.log.host_name
  • mbatchd.log.host_name
  • pim.log.host_name
The log levels you can specify for this parameter, in order from highest to lowest, are:
  • LOG_ERR
  • LOG_WARNING
  • LOG_INFO
  • LOG_NONE (LSF does not log Windows events)

Default

LOG_ERR

See also

LSF_LOG_MASK