Skip to:
After working several customer issues involving the event translator, i noticed it logs both the originating event and the translated event in DEBUG:
However, the output for the "sended translated event" just prints the original event again. This makes debugging the event translator difficult.
PR: https://github.com/OpenNMS/opennms/pull/3192
After working several customer issues involving the event translator, i noticed it logs both the originating event and the translated event in DEBUG:
However, the output for the "sended translated event" just prints the original event again. This makes debugging the event translator difficult.