Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the root directory of your CLI installation (e.g. /opt/dm/mci/cli

Status
colourBlue
titleUNIX
or C:\MettleCI\cli
Status
colourYellow
titleWINDOWS
) 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

Update the file to contain the following entries:

Code Block
# 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 These entries will create a log file under your CLI install directory in the sub-directory file log/stdout.log, which you can then send . In the event of a support request you may be asked to download this file and forwarded it to MettleCI support for analysis.