From a5f1f6b454d803de6ce1b1dde48dba871fe537c0 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sun, 17 Jan 2021 14:34:44 +0000 Subject: [PATCH] wiki: update enhanced logging section to include disabling cache instructions --- Troubleshooting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 71adfd9..2d7b1a2 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -381,12 +381,13 @@ Notes: ## How to turn on Enhanced logging [[Click here|https://github.com/Jackett/Jackett/wiki/Troubleshooting#how-to-provide-a-jackett-enhanced-log-for-a-ticket]] ## How to provide a Jackett Enhanced log for a ticket -1. scroll down to the bottom of the Jackett Dashboard and *tick* the *enhanced Logging* checkbox +1. scroll down to the bottom of the Jackett Dashboard, *tick* the *enhanced Logging* checkbox, and *untick* the *Cache enabled* checkbox 2. scroll up a bit and *click* on the *apply server settings* button 3. perform the test with the relevant indexer (avoid using any other indexers to prevent log clutter) 4. find the *log.txt* file (linux `~/.config/Jackett/`, windows `%ProgramData%\Jackett`) 5. edit it with a plain text editor, redacting any personal details, username, password, passkey, hashes, IP address etc. 6. save, then drag-drop the text file into the body of the ticket for us to take a look at. +7. when finished, *untick* the *enhanced Logging* checkbox, *tick* the *Cache enabled* checkbox, and *click* on the *apply server settings* button Note: When you restart Jackett the enhanced-log switch will be turned off. This prevents performance hits during normal operations.