Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress Dash server reminder #253

Closed
anders-kiaer opened this issue Aug 3, 2020 · 0 comments · Fixed by #257
Closed

Suppress Dash server reminder #253

anders-kiaer opened this issue Aug 3, 2020 · 0 comments · Fixed by #257
Projects

Comments

@anders-kiaer
Copy link
Collaborator

In one of the recent versions of Dash, Dash gives a reminder/warning like this:

Dash is running on https://localhost:5000/

    INFO:       Dash is running on https://localhost:5000/

 Warning: This is a development server. Do not use app.run_server
    INFO:        Warning: This is a development server. Do not use app.run_server
 in production, use a production WSGI server like gunicorn instead.

    INFO:        in production, use a production WSGI server like gunicorn instead.

 Opening the application (https://localhost:5000) in your browser.
 Press CTRL + C in this terminal window to stop the application.

This confuses the users, as they only will use the commandline version of webviz on localhost anyway. Suppress the reminder from dash (as we already have done for flask for some time).

@anders-kiaer anders-kiaer added this to Backlog in Webviz via automation Aug 3, 2020
Webviz automation moved this from Backlog to Done Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Webviz
  
Done 🏁
Development

Successfully merging a pull request may close this issue.

1 participant