LSB_DEBUG_GPD

Syntax

LSB_DEBUG_GPD=log_class

Description

Sets the debugging log class for gpolicyd. Only messages belonging to the specified log class are recorded.

LSB_DEBUG_GPD is used in combination with LSF_LOG_MASK which sets the log level. For example:
  • LSF_LOG_MASK=LOG_DEBUG
  • LSB_DEBUG_GPD="LC_TRACE LC_COMM"

To specify multiple log classes, use a space-separated list enclosed in quotation marks. For example:

LSB_DEBUG_GPD="LC_TRACE LC2_G_FAIR"

You must restart the daemons after setting LSB_DEBUG_GPD for your changes to take effect.

Valid values

  • LC_AUTH: Log authentication messages
  • LC_COMM:Log communication messages
  • LC_SYS: Log system call messages
  • LC_TRACE: Log significant program walk steps
  • LC_XDR: Log everything transferred by XDR
  • LC_XDRVERSION: Log messages for XDR version
  • LC2_G_FAIR: Log messages for global fair share.

Default

Not defined.