Version: latest
Logging
The client uses SLF4J for logging. It logs useful things, such as exception stack traces when a job handler fails execution. Using the SLF4J API, any SLF4J implementation can be plugged in. The following example uses Log4J 2.
#
Maven dependencies#
ConfigurationAdd a file called log4j2.xml
to the classpath of your application. Add the following content:
This will log every log message to the console.