From 0661ee550e6ceafb00c2d9fb6e47d98bd24bde4f Mon Sep 17 00:00:00 2001 From: Donald Webster Date: Tue, 12 Nov 2019 13:13:55 -0800 Subject: [PATCH] Updated Logging and Log Files (markdown) --- Logging-and-Log-Files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Logging-and-Log-Files.md b/Logging-and-Log-Files.md index 699dc3e..de35b47 100644 --- a/Logging-and-Log-Files.md +++ b/Logging-and-Log-Files.md @@ -4,7 +4,7 @@ The log files are located in Sonarr's [AppData directory](https://github.com/Son **Note**: the Logs Table in the UI is _not_ the same as the log files. ### Sharing Logs -The log files can be long and hard to read as part of a forum or reddit post. And they're spammy in IRC or Discord, so *please* use a [pastebin](https://paste.ubuntu.com). The whole file typically isn't needed, just a good amount of context around the issue/error. Don't forget to wait for spammy tasks to finish, like the RSS sync or library refresh. +The logs can be long and hard to read as part of a [forum](https://forums.sonarr.tv/) or [reddit](https://old.reddit.com/r/sonarr/) post and they're spammy in [IRC](http://webchat.freenode.net/?channels=#sonarr) or [Discord](https://discord.gg/M6BvZn5), so *please* use a [pastebin](https://paste.ubuntu.com). The whole file typically isn't needed, just a good amount of context from before and after the issue/error. Don't forget to wait for spammy tasks like the RSS sync or library refresh to finish. ### Trace/Debug Logs You can change the log level at Settings -> General -> Logging. Sonarr does not need to restarted for the change to take effect. This change only effects the log files, not the logging database. The latest debug/trace log files are named `sonarr.debug.txt` and `sonarr.trace.txt` respectively.