mirror of https://github.com/Sonarr/Sonarr
Log level in config.xml
parent
fb1b8dd50e
commit
dcacb42d84
|
@ -7,6 +7,8 @@ The location of the log files depends where Sonarr's [AppData directory](https:/
|
||||||
### Trace/Debug Logs ###
|
### 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.
|
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 ###
|
### Clearing Logs ###
|
||||||
You can clear log files and the logs database directly from the UI, under System -> Logs -> Files and System -> Logs respectively.
|
You can clear log files and the logs database directly from the UI, under System -> Logs -> Files and System -> Logs respectively.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue