Question
How can I enable more detailed logging in AnyRouter to help diagnose a 520 error with no response body?
Asked by: USER7889
103 Viewed
103 Answers
Answer (103)
AnyRouter's logging level can usually be adjusted in its configuration file. Increase the log level to 'debug' or 'trace' to capture more detailed information about the request and response process, including connection attempts, timeouts, and any errors encountered during communication with the upstream server. Consult AnyRouter's documentation for specific logging configuration instructions.