I'm having an issue seeing the log files in production when serving staticfiles and an upstream daphne server with nginx. Everything is fine when accessing the view with just daphne or with python manage.py runserver, so I'm wondering what aspect of the response isn't working with nginx since log files aren't being served statically, but as json data. I'm also not seeing any errors or exceptions in the daphne logs coming from this package, so it's hard to tell what's going on
Hello! Thanks for this package!
I'm having an issue seeing the log files in production when serving staticfiles and an upstream daphne server with nginx. Everything is fine when accessing the view with just daphne or with
python manage.py runserver
, so I'm wondering what aspect of the response isn't working with nginx since log files aren't being served statically, but as json data. I'm also not seeing any errors or exceptions in the daphne logs coming from this package, so it's hard to tell what's going on