The PingDirectoryProxy Server provides a number of differently types of loggers that can be used to get processing information about the server. There are three primary types of loggers:
  • Access loggers provide information about operations processed within the server. They can be used for understanding the operations performed by clients and debugging problems with directory-enabled applications, and they can also be used for collecting usage information for performance and capacity planning purposes.

  • Error loggers provide information about warnings, errors, or significant events that occur within the server.

  • Debug loggers can provide detailed information about processing performed by the server, including any exceptions caught during processing, detailed information about data read from or written to clients, and accesses to the underlying database.

By default, the following log publishers are enabled on the system:
  • File-based access logger
  • File-based error logger
  • Failed-operations access logger
The PingDirectoryProxy Server also provides the follow log publishers that are disabled by default:
  • File-based debug logger
  • File-based audit logger
  • Expensive operations access logger
  • Successful searches with no entries returned access logger