From 3d206e445c930e9cdccb1efda4c3104f0d4384e0 Mon Sep 17 00:00:00 2001 From: entropylaw Date: Sat, 13 Apr 2024 20:55:10 -0500 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 3924bb73..58879157 100644 --- a/docs/maintenance/troubleshooting.md +++ b/docs/maintenance/troubleshooting.md @@ -47,8 +47,8 @@ making it easier to focus on relevant information. **_Example_**: `tail -f worker.log | grep -i 'discord'`. This will isolate lines containing discord. Making it easier to see among the other logs. -**Debug Mode:** For in-depth troubleshooting, temporarily enable DEBUG logging in your Alliance Auth -settings to get more detailed messages. Remember to set it back to `false` after debugging. +**Debug Mode:** For in-depth troubleshooting, temporarily enable DEBUG logging in your `local.py` +to get more detailed messages. Remember to set it back to `false` after debugging. **Important Note: Before sharing logs publicly, sanitize any sensitive information such as usernames, passwords, or API keys.**