We used to have it in Redmine wiki (https://old.tigase.tech/projects/tigase-server/wiki/Alternate_loggers_in_Tigase). It would be nice to have it in the documentation with information how to add SLF handler.
logging () { rootHandlers = [ 'java.util.logging.ConsoleHandler', 'java.util.logging.FileHandler', 'org.slf4j.bridge.SLF4JBridgeHandler' ] }
Ref:
Improved logback.xml configuration defaults that we include in the distribution and add guide how to active it.
We used to have it in Redmine wiki (https://old.tigase.tech/projects/tigase-server/wiki/Alternate_loggers_in_Tigase). It would be nice to have it in the documentation with information how to add SLF handler.
Ref: