Configure Server Logs is what I am reading to see how I can configure server logs for Forgerock OpenIDM. I could not see anything in this document which mentions how we can use any other logging framework than JUL.
Can we really use any other logging framework with Forgerock OpenIDM? Please guide.
I am not knowledgeable with that particular system, but if it logs to
java.util.logginginstead of the SLF4J API, replacing the logging subsystem may not be possible, as the program has to explicitly load a new handler - it cannot be done at configuration time.See for example:
JUL to SLF4J Bridge
A commenter writes:
...