LIMP CLI has an option to start LIMPd with Debug Mode using --debug CLI arg, like:
python limpd.py --debugDebug Mode makes the output of LIMPd verbose up to the point where every internal call is logged. This mode should never be used in production environments since it outputs huge amount of data in seconds. This mode is meant to be used on development and staging environments.
When running LIMPd with Test Workflow, Debug Mode is enabled automatically. This assures that developers have access to details when tests failed.