Parameters for Error LoggingChapter 16 Parameter Block Reference 589Parameters for Error LoggingThe parameters listed below are used with the slapi_log_error() function towrite error messages to the error log, which is by located by default in/slapd-/logs/errors.The severity level of the message is determined by the administrator, anddetermines whether or not the message is written to the error log. The severitylevel can have one of the following values:SLAPI_DUMP_NOOPATTRS A flag used to suppress the operational attributes. SeeSLAPI_ATTR_FLAG_OPATTR.SLAPI_DUMP_NOWRAP By default, lines will be wrapped as defined in theLDIF specification. This flag disables line wrapping.SLAPI_DUMP_STATEINFO This flag is only used internally by replication. Thisflag allows access to the internal data used bymulti-master replication.SLAPI_DUMP_UNIQUEID This flag is used when creating an LDIF file that willbe used to initialize a replica. Each entry will containthe nsUniqueID operational attribute.Parameter ID DescriptionSLAPI_LOG_FATAL This message is always written to the error log.Thisseverity level indicates that a fatal error has occurred inthe server.SLAPI_LOG_TRACE This message is written to the error log if the log levelsetting “Trace function calls” is selected. This severitylevel is typically used to indicate what function is beingcalled.SLAPI_LOG_PACKETS This message is written to the error log if the log levelsetting “Packet handling” is selected.SLAPI_LOG_ARGS This message is written to the error log if the log levelsetting “Heavy trace output” is selected.SLAPI_LOG_CONNS This message is written to the error log if the log levelsetting “Connection management” is selected.SLAPI_LOG_BER This message is written to the error log if the log levelsetting “Packets sent/received” is selected.Parameter ID Description