DescriptionIn dashboard/dispatcher.py, create the WSGIApplication with debug=False.
In https://cloud.google.com/appengine/docs/python/tools/webapp/wsgiapplicationclass, it suggests always using debug=False; the difference is that when an exception is raised, in non-debug mode, it will still be logged, but an opaque "500 error" message is shown to the user instead of a call stack.
Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/5e75c60da6e5a86a312519f5a20016159ec45012
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|