Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Default

Description

logger 

local pathname

shibd.logger

This attribute points to a configuration file that defines daemon logging behavior, generally writing to the shibd.log file. If set, this overrides the logger property in the <SPConfig> parent element, but if omitted (defaulted), the parent property will take precedence if set.

catchAll

boolean

false

If true, "global" exception handlers are used to trap crashes and other "uncontrolled" exceptions. This attempts to keep the daemon running if at all possible, but makes diagnosing bugs difficult, and can lead to unstable runtime behavior in which the service does not crash but cannot service requests either. Generally should be left off.

tranLogFormat 

formatting string


Sets the formatting string to use for transaction/audit logging. When omitted, the transaction log uses the old unstructured, multi-line format dating to V2. See the Logging page for details.

tranLogFiller

string

Sets a fixed string used in place of non-existent fields when the transLogFormat is the tranLogFormat is applied to a logging event.

...