Enable access log
continuous-integration/drone Build is failing Details

This commit is contained in:
Lauri Võsandi 2022-12-17 15:24:13 +02:00
parent a9051b3f29
commit 55061baea0
1 changed files with 1 additions and 1 deletions

View File

@ -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)