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-destoption
- Provide the log file name using the --log-fileoption
- Provide the log level using the --log-leveloption
Refer to the example below:
    $ fe -c multiple_charts_config.json -d uat/ -f test.log -l 5
The different log levels are described in the CLI reference section.