-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
remove werkzeug url print statements by default? #382
Comments
Hot reload in #362 also adds a bunch of log since it's a requests loop. I think we should definitely remove them when hot-reload is activated.
Please have a look at #369, @ned2 had the same kind of concern. I put the dev tools activation in a separate method. I think the logs should be activated in production, but not when the application is started via |
I added the option to remove the logs in #362. |
Insert style-loader loaded CSS at top of <head/>
In many of my projects, I turn off the URL print statements with:
Should we do the same in Dash? Some thoughts:
run_server
might be too late.POST /_dash-update-component
. We could make more useful debugging statements like-> 'my-graph.figure start',
-> 'my-graph.figure.end` as part of a default dev tools / environment thingThe text was updated successfully, but these errors were encountered: