Enable logging

By default, export logging is disabled. It can be enabled by setting a log destination:

  • Provide the log file path using the --log-dest option
  • Provide the log file name using the --log-file option
  • Provide the log level using the --log-level option

Refer to the example below:

$ fe -c multiple_charts_config.json -d uat/ -f test.log -l 5
Were you able to implement this?

The different log levels are described in the CLI reference section.