We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4d0c9 commit ca339b3Copy full SHA for ca339b3
waitress-server.py
@@ -5,4 +5,5 @@
5
if __name__ == "__main__":
6
# serve(app.app, host="0.0.0.0", port=5050)
7
# serve(app.app, port=5050)
8
+ # serve(TransLogger(app.app, setup_console_handler=False), host="0.0.0.0", port=5050)
9
serve(TransLogger(app.app, setup_console_handler=False), port=5050)
0 commit comments