Logging for Conflict Handler
I have conflict resolution that is working properly. I created a handler to deal with errors and can see errors written to the table and the error queue. I now have a requirement to log any time a conflict occurs, even if it is handled by the conflict handler and no error is produced. Is there a way to do this without setting message tracking? I am concerned about the performance overhead of leaving that on.
0