hainenber commented on code in PR #41023:
URL: https://github.com/apache/superset/pull/41023#discussion_r3445417698


##########
docs/developer_docs/contributing/development-setup.md:
##########
@@ -102,8 +102,8 @@ Affecting the Docker build process:
   save some precious time on startup by `SUPERSET_LOAD_EXAMPLES=no docker 
compose up`
 - **SUPERSET_LOG_LEVEL (default=info)**: Can be set to debug, info, warning, 
error, critical
   for more verbose logging
-- **SUPERSET_DEBUG_ENABLED (default=false)**: Enable Werkzeug debugger with 
interactive console.
-  Set to `true` for debugging: `SUPERSET_DEBUG_ENABLED=true docker compose up`
+- **SUPERSET_DEBUG_ENABLED (default=true)**: Enable Werkzeug debugger with 
interactive console.
+  Set to `false` for simulate production environment: 
`SUPERSET_DEBUG_ENABLED=true docker compose up`

Review Comment:
   ```suggestion
     Set to `false` for simulate production environment: 
`SUPERSET_DEBUG_ENABLED=false docker compose up`
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to