How does django view the wrong access log?

A simple web page is developed with django. There will be 502errors in frequent visits, refresh will be good again, local refresh will not appear for N times, ask how to view django error access log and locate error files

Apr.11,2021

use wsgi, to have log location. If not, set

if you add nginx before it, it depends on whether the error, in nginx log is a connection problem.

Menu