For bug reports and questions, please use the in-app chat or support@mabl.com.
As a QA engineer, I want to be able to pass log level options in the CLI when running tests via CLI, so that I can easily debug issues or see if there's an error that is causing the test in the cli to fail
Acceptance Criteria
Allow to pass log level parameters in the cli --log <info, warn, debug, trace>
default logging is info