How to enable DEBUG mode
-
wrote on Sep 6, 2024, 12:04 PM last edited by
How can I enable debug mode for Tandoor ?
Inside the container there is a dotenv file
/app/code/tandoor/.env
with a symlink to/run/tandoor/env
and inside this file there is a DEBUG var:DEBUG=0 SQL_DEBUG=0 DEBUG_TOOLBAR=0 [...]
I can change the value to 1 there but it get reset to 0 when I restart the app.
How can I start the app in DEBUG mode ?
-
@cylon you should be able add things in
/app/data/env
. The changes here will persist . See https://docs.cloudron.io/apps/tandoor/