Replies: 1 comment 5 replies
-
I think this is because you are not using the Django server anymore, right? You switched to gevent, which is a different web server. Have you seen the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my project,
I have built the django webapp and tracking log via gunicorn. After that I add socketio, it's run well, I can track log from socketio. However, I can not capture logs of django app such as request url, print(), ...
I guess Gunicorn recognized Socket server as the main server, it skip Django app.
Could you help me find some ways to get Django logs.
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions