diff --git a/Logging-and-Log-Files.md b/Logging-and-Log-Files.md index 93dfdc2..7496659 100644 --- a/Logging-and-Log-Files.md +++ b/Logging-and-Log-Files.md @@ -6,6 +6,8 @@ The log files are located in Sonarr's [AppData directory](https://github.com/Son ### 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. +[[images/Settings.General.Logging.v3.png]] + If you're unable to access the Sonarr UI to set the logging level you can do so by editing `config.xml` in the [AppData directory](https://github.com/Sonarr/Sonarr/wiki/AppData-Directory) by setting the `LogLevel` value to `Debug` or `Trace` instead of `Info`. ```