How to enable DEBUG mode
-
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 ?