In the 1.6.1 update, we added more verbose output to all OpenPanel and OpenAdmin core modules.
When dev_mode
is enabled using:
opencli config update dev_mode on
both OpenPanel logs (docker logs -f openpanel
) and the OpenAdmin error log (tail -f /var/log/openpanel/admin/error.log
) will display detailed information for every action performed in the UI.
This mode is intended for troubleshooting, such as when an action isn’t working in the UI or an error occurs.
Important: Remember to disable dev_mode
afterward, as the logs are very detailed. Leaving it on for extended periods may cause high disk I/O, especially on smaller systems.
To disable dev_mode
, run:
opencli config update dev_mode off