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 »

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).

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

loggers:
  com.datamigrators.mettle.process.CommandRunner: DEBUG

  • No labels