From 64686cdad1ed076cda334b8948807e3dbb91d2ce Mon Sep 17 00:00:00 2001 From: entropylaw Date: Sat, 13 Apr 2024 20:49:46 -0500 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 96d64036..3924bb73 100644 --- a/docs/maintenance/troubleshooting.md +++ b/docs/maintenance/troubleshooting.md @@ -39,7 +39,7 @@ Look for keywords like `ERROR`, `WARNING`, `EXCEPTION`, or `CRITICAL`. Examine timestamps to correlate errors with user actions or events. Read the error messages carefully for clues about the problem's nature. -Troubleshooting Tips +Troubleshooting Tips: **Filter Logs:** Use tools like `grep` to filter logs based on keywords or timeframes, making it easier to focus on relevant information.