Filtering events

The bcg.event_log_exclude property allows you to exclude the recording of selected events within the event log (DataLogQ). By default, normal and successful processing of documents will produce several events that 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.

By default the bcg.event_log_exclude property is not included in the bcg_receiver.properties (Receiver) and bcg.properties (Router) files. The property must be added as needed.

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,240018,240019,250004

Messages that may be useful to exclude include the following:

210060 Passed destination parse

210062 Destination process successful

210100 Timing start event

210101 Timing end event

230011 Sequence validation successful

240018 Digital Signature Key Not Loaded for Operator

240019 Encryption Key Not Loaded for Operator

250004 Document delivery successful

Copyright IBM Corp. 2003, 2005