Just a second...

Configuring logging on the Diffusion server

Your Diffusion™ installation provides the log4j2 logging framework. Configure the Diffusion server to use your preferred framework.

The Diffusion server uses the JAR file located at lib/slf4j2-binding.jar as its logging framework. When you first install your Diffusion server, the log4j2 logging framework is used.

Use log4j2

The log4j-slf4j2-impl-version.jar file controls the log4j2 logging. This file is included in the Diffusion installation in the lib/thirdparty directory.

If you have changed the logging framework and wish to revert back to log4j2, copy lib/thirdparty/log4j-slf4j2-impl-version.jar to lib/slf4j2-binding.jar.

Configure the log4j2 logging framework with the log4j2.xml configuration file.

Use another SLF4J 2 implementation

To use an alternative SLF4J 2 implementation, remove the lib/slf4j2-binding.jar and add the appropriate classes for the alternative implementation to the Diffusion server classpath.

Note: Alternative implementations of SLF4J are not supported for production use.