Versions Compared

Key

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

You can set MettleCI Workbench to log more verbose diagnostic information by adding a line to your MettleCI config.yml file. This file is typically located at /dm/mci/cofig.yml (on Unix) or C:\dm\mci\cofig.yml (on Windows).

Under To enable verbose logging, add the following lines under the ‘logging:’ section add the following linesin your config.yml file:

Code Block
languageyaml
loggers:

  com.datamigrators.mettle.process.CommandRunner: DEBUG

...