The samples in this module demonstrate how to configure logging for Hazelcast Jet.
mvn clean package
To start the application with each logging configuration option, execute the following commands:
./start-jdk.sh
./start-log4j.sh
./start-slf4j.sh
./start-none.sh
For more information about logging, please refer to the Logging Configuration section on reference manual.