Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The MettleCI Command Line Interface has a debugging mode which is enabled by inserting entries in a configuration file:

In the root directory of your CLI installation (e.g. /opt/dm/mci/cli UNIX or C:\MettleCI\cli WINDOWS) you will see the file config.properties. The following entries demonstrate enabling debug logging for some common loggers that you may be asked to enable by support:

# Setting the log level for a specific logger takes the format:
#     logger.[LOG_NAME]=[LOG_LEVEL]

logger.Shell=DEBUG
logger.Command=DEBUG
logger.com.datamigrators.mettle.process.CommandRunner=DEBUG

If you are asked to enable debug logging for a specific logger by support, you will need to add a line to the config.properties file, following the format described above. You can find the log file in your CLI install in the location log/stdout.log, which you can then send to MettleCI support.

  • No labels