villebro commented on code in PR #24565:
URL: https://github.com/apache/superset/pull/24565#discussion_r1247699527
##########
docker/docker-bootstrap.sh:
##########
@@ -46,7 +46,7 @@ case "${1}" in
celery --app=superset.tasks.celery_app:app beat --pidfile
/tmp/celerybeat.pid -l INFO -s "${SUPERSET_HOME}"/celerybeat-schedule
;;
app)
- echo "Starting web app..."
+ echo "Starting web app on debug..."
Review Comment:
I'm probably missing something, but isn't this conditional on `FLASK_DEBUG`
being set to true?
--
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]