Log configuration (Log4J)
The framework uses Apache Log4J2 for log management.
The default configuration is located in the classpath.
Using a custom configuration
To customize loggig, a custom xml configuration can be used by providing a command line argument to Log4J: -Dlog4j.configurationFile=<pah-to-config>.xml
.
Please refer to the Log4J2 documentation for more information on the configuration options.
Updated almost 6 years ago