diff --git a/Log-Files.md b/Log-Files.md index 368fb9d..b40cd18 100644 --- a/Log-Files.md +++ b/Log-Files.md @@ -7,6 +7,8 @@ The location of the log files depends where Sonarr's [AppData directory](https:/ ### Trace/Debug Logs ### You can enable Trace or Debug logging in Settings on the General tab, by setting the `Log Level`. 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. +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`. + ### Clearing Logs ### You can clear log files and the logs database directly from the UI, under System -> Logs -> Files and System -> Logs respectively.