granian icon indicating copy to clipboard operation
granian copied to clipboard

Logs not displayed for webscoket connections

Open durgeksh opened this issue 6 months ago • 1 comments

Hi team, First of all thank you for the wonderful server. I am using Django + Channels for one web application. I want to use granian (granian==1.5.2) as server. Here, I do not see any logs for websocket requests.

My log config and command to run server is as below:

 granian --interface asgi myapp.asgi:application --access-log --access-log-fmt "%(time)s %(addr)s - %(method)s %(path)s %(protocol)s %(status)d %(dt_ms).3f %(query_string)s %(scheme)s"

Thank you

durgeksh avatar Aug 01 '24 17:08 durgeksh