Events filtering

The bcg.event_log_exclude property allows the user to exclude the recording of selected events within the event log (DataLogQ). By default, normal and successful processing of documents will produce several events which are recorded in the event log. It may be useful to decrease the number of events that are recorded for successful document processing. Reducing this number may increase the performance or transaction capacity of the system. Some messages may not be excluded with this parameter. The format of the bcg.event_log_exclude property is a comma delimited list of message numbers to exclude. For example:

bcg.event_log_exclude=210060,210062,230011,250004

Messages that may be useful to exclude:

210060 Passed destination parse.

210062 Destination process successful.

210100 Timing start event

210101 Timing end event

230011 Sequence validation successful

250004 Document delivery successful

Copyright IBM Corp. 2003, 2004