Debug-mode
Debug mode can be enabled to help you diagnose configuration issues you are experiencing with the web interface.
Caution: Security Risk
Never leave Debug Mode enabled in a public-facing production environment. This mode exposes sensitive environment variables. Only enable it temporarily for troubleshooting or in private development/staging environments.
Enabling Debug Mode
If you want to enable debug mode, set the following environment variable for the booklogr-web service:
BL_DEBUG=true
tip
See Environment variables for more information.
note
If BL_DEBUG is not set to true, the /debug route will be inaccessible.
Using Debug Mode
- Start your BookLogr containers.
- Navigate to your web instance URL and append
/debugto the path:http://{your-domain-or-ip-of-web}/debug