Skip to:
For good / not barking mad reasons (delete as appropriate - https://github.com/igniterealtime/Openfire/pull/1083#issuecomment-403427208) the XML Debugger plugin uses the Log4J2 API to log.
For consistency with everything else, when Openfire is upgraded to Lof4J2 () this should be changed to use the standard SLF4J->Log4J2 bridge API.
moved to https://github.com/igniterealtime/openfire-xmldebugger-plugin/issues/2
Hmm, this is turning out to be harder than I thought. For some reason, when using the SLF4J API I can't get anything logged to file. I aim to return to this later ...
For good / not barking mad reasons (delete as appropriate - https://github.com/igniterealtime/Openfire/pull/1083#issuecomment-403427208) the XML Debugger plugin uses the Log4J2 API to log.
For consistency with everything else, when Openfire is upgraded to Lof4J2 () this should be changed to use the standard SLF4J->Log4J2 bridge API.