Versions Compared

Key

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

This technique is not supported by the project, and will cause leakage of file handles and can easily result in unpredictable crashes of the process due to race conditions in the logging library. It will be explicitly disallowed in V3. If you want to externally control logging, use syslog.

...

The Shibboleth SP comes with logging capabilities provided by log4cpp, which includes the DailyRollingFileAppender. One can edit the file shibd.logger for example to specify the maximum size of the log files or the maximum files you want to keep.

...