From 55061baea025b562020cfcd099da131615076453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sat, 17 Dec 2022 15:24:13 +0200 Subject: [PATCH] Enable access log --- app/doorboy-proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/doorboy-proxy.py b/app/doorboy-proxy.py index 6b9ab1d..4b8e23d 100755 --- a/app/doorboy-proxy.py +++ b/app/doorboy-proxy.py @@ -74,4 +74,4 @@ async def view_longpoll(request): if __name__ == "__main__": - app.run(debug=False, host="0.0.0.0", port=5000, single_process=True) + app.run(debug=False, host="0.0.0.0", port=5000, single_process=True, access_log=True)