From daad7d8b10382070454f674bc635091eea3a47cc Mon Sep 17 00:00:00 2001 From: AnomicDev Date: Sun, 14 Apr 2024 00:58:44 +0000 Subject: [PATCH] Update troubleshooting.md --- docs/maintenance/troubleshooting.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/maintenance/troubleshooting.md b/docs/maintenance/troubleshooting.md index cc89391c..619ec8ba 100644 --- a/docs/maintenance/troubleshooting.md +++ b/docs/maintenance/troubleshooting.md @@ -21,12 +21,18 @@ The logs are located within the `myauth/log/` directory of your Alliance Auth pr ### Access the Logs: Use a text editor or terminal commands (like `tail -f `) to open the relevant log files. + _(The `tail -f` command displays the last few lines of a file and then continues to monitor the file, printing any new lines that are added in real-time. Useful to watch while actively testing a troublesome feature for debugging.)_ + Consider the following: + `allianceauth.log` is the primary log for general troubleshooting. + `worker.log` is important for issues related to background tasks.(Such as services(Discord)). + `beat.log` if you suspect scheduler problems. + `gunicorn.log` for web-specific or Gunicorn worker errors. ### Search for Errors: