Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 635 Bytes

File metadata and controls

11 lines (9 loc) · 635 Bytes

Back to Index

Debug Mode

LIMP CLI has an option to start LIMPd with Debug Mode using --debug CLI arg, like:

python limpd.py --debug

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

Debug Mode and Test Workflow

When running LIMPd with Test Workflow, Debug Mode is enabled automatically. This assures that developers have access to details when tests failed.