1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-12 15:14:50 +00:00

enhanced logging info

ilike2burnthing 2022-05-17 17:32:20 +01:00
parent 8ccc1fb52c
commit 0c898ec6d2

@ -439,14 +439,14 @@ Since this filtering occurs after results are fetched, it is always possible tha
## How to turn on Enhanced logging ## 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]] [[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 ## How to provide a Jackett Enhanced log for a ticket
1. scroll down to the bottom of the Jackett Dashboard, *tick* the *enhanced Logging* checkbox, and *untick* the *Cache enabled* 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 2. scroll up a bit and *click* on the *Apply server settings* button (enhanced logs will include `Debug` entries, including the HTML of any response, not just `Info` and `Warn` - after applying the settings make sure that the *Enhanced logging* checkbox is still ticked; if it isn't try again)
3. perform the test with the relevant indexer (avoid using any other indexers to prevent log clutter) 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`) 4. find the *log.txt* file (linux `~/.config/Jackett/`, windows `%ProgramData%\Jackett`)
for Docker, check your `App config/log directory:` message at the start of your log, usually points to `/config/Jackett` for Docker, check your `App config/log directory:` message at the start of your log, usually points to `/config/Jackett`
5. edit it with a plain text editor, redacting any personal details, username, password, passkey, hashes, IP address etc. 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. 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 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. Note: When you restart Jackett the enhanced-log switch will be turned off. This prevents performance hits during normal operations.