Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 638 Bytes

File metadata and controls

41 lines (27 loc) · 638 Bytes

Configure Logging

The samples in this module demonstrate how to configure logging for Hazelcast Jet.

Building the application

mvn clean package

Running the application

To start the application with each logging configuration option, execute the following commands:

JDK Logging

./start-jdk.sh

Log4j Logging

./start-log4j.sh

Slf4j Logging

./start-slf4j.sh

No Logging

./start-none.sh

For more information about logging, please refer to the Logging Configuration section on reference manual.