The bcca.ini file, located in the install directory of the Auth Connector, has a setting that allow the suppression of errors in the event log. The following example demonstrates how to suppress event log errors.
; The EventLogMask can have the following values:
; -1 = Turn off routine logging (errors during startup will still be logged)
; 0 = Log default events (most of these events are errors)
; The following settings also log all Default events:
; 1 = Log Authentication events (User and Group authentication failures)
; 2 = Log Debug events
; 3 = Log Authentication and Debug events
EventLogMask=-1
The un-commented line disables routine logging by using the -1 setting.