From 3bf5bc0fe340e960913ac3ad4d356f2bb39d9baf Mon Sep 17 00:00:00 2001 From: AnomicDev Date: Sun, 14 Apr 2024 00:58:09 +0000 Subject: [PATCH] Update troubleshooting.md --- docs/maintenance/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/maintenance/troubleshooting.md b/docs/maintenance/troubleshooting.md index 0722cbca..cc89391c 100644 --- a/docs/maintenance/troubleshooting.md +++ b/docs/maintenance/troubleshooting.md @@ -40,7 +40,7 @@ Troubleshooting Tips making it easier to focus on relevant information. **_Example_**: `tail -f allianceauth.log | grep -i 'discord'`. This will isolate lines containing discord. -Making it easier to see amoung the other logs. +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 revert to INFO level after debugging.