Logging

You might want to log more details when you can run tests that use MongoDB messages. If so, you can change the log level for either the Apache Camel or MongoDB JDBC driver by setting the level in the logging.properties file (it-logging.properties).

To change the log level to be more verbose, you must append the following to the it-logging.properties file:

org.apache.camel.level = FINE

org.mongodb.driver.level = FINE

For more information about it-logging.properties file, see Working with Rational Integration Tester logs.