Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Linked to correct SPConfig doc

...

Name

Type

Default

Description

logger local pathnameshibd.loggerThis 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><SPConfig> parent element, but if omitted (defaulted), the parent property will take precedence if set.
catchAllbooleanfalse

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.

tranLogFillerstring

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

...