Debug

Enabling debug mode will show more verbose logs. This is mostly useful when debugging an issue with Zipline.

Enabling

To enable debug mode, set the DEBUG environment variable to zipline.

.env
DEBUG=zipline

Disabling

Simply remove the DEBUG environment variable.

Example Output

debug out


Last updated: 5/30/2025
Edit this page on GitHub