Does anyone know a way to avoid cluttering the server log with messages like the following?
[ISS.0098.0061D] No condition matches in trigger XXX for document YYY with activation ZZZ
We have a published document that is consumed by one of four triggers, each trigger having a different filter. Whenever one of these documents is published via the broker, one trigger consumes it, and the other three triggers put a warning message (like the one above) in the server log. Since this occurs frequently, we end up with a large server log containing mostly unwanted messages.
In this particular instance, I can avoid the messages by using local publish rather than publishing via the broker, but I’d prefer to use the broker.