From 1711a9dd3332f183c172a556c94697cde397a017 Mon Sep 17 00:00:00 2001 From: AnomicDev Date: Sun, 14 Apr 2024 01:05:25 +0000 Subject: [PATCH] Update troubleshooting.md --- docs/maintenance/troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/maintenance/troubleshooting.md b/docs/maintenance/troubleshooting.md index 8c8288f3..29a4f4b4 100644 --- a/docs/maintenance/troubleshooting.md +++ b/docs/maintenance/troubleshooting.md @@ -10,8 +10,6 @@ To record DEBUG messages in the log file, alter a setting in your auth project's settings file: `LOGGING['handlers']['log_file']['level'] = 'DEBUG'`. After restarting gunicorn and celery, your log file will record all logging messages. -## Common Problems - ## Steps to Check Logs for Errors ### Locate the Logs: @@ -54,6 +52,8 @@ settings to get more detailed messages. Remember to revert to INFO level after d **Important Note: Before sharing logs publicly, sanitize any sensitive information such as usernames, passwords, or API keys.** +## Common Problems + ### I'm getting error 500 when trying to connect to the website on a new installation *Great.* Error 500 is the generic message given by your web server when *anything* breaks. The actual error message is hidden in one of your auth project's log files. Read them to identify it.