Log level in config.xml

Mark McDowall 2017-05-18 11:14:03 -07:00
parent fb1b8dd50e
commit dcacb42d84
1 changed files with 2 additions and 0 deletions

@ -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.