Suppress the event log entries from EventLogReplication
Hello Community,
We want to suppress/exclude a few error types from EventLogReplication. as far as we know, we need the class/DAO of the event to the following settings.
<service name="EventLogReplication" expireAfter="immediately"> <condition class="dtv.data2.replication.dtximpl.condition.MethodCallResultCondition"> <conditionParam key="methodName" value="getCriticalToDeliver" /> <conditionParam key="result" value="false" /> </condition> <destination type="DataSource" dataSourceName="Xcenter" /> <subscriber name="dtv.xst.dao.ctl.impl.EventLogEntryDAO" /> <subscriber exclude="true" name="example.we.want.to.exclude.from.Eventlog" /> </service>
However, we are struggling to know what DAO/class/packages are mapped with the error events we want to suppress.
e.g.