More info on log files

Mark McDowall 2015-05-31 00:04:31 -07:00
parent cb6ad18f8b
commit de7d623121
1 changed files with 5 additions and 1 deletions

@ -18,4 +18,8 @@ You can enable Trace or Debug logging in Settings on the General tab. Sonarr doe
### 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.
### Multiple Log Files ###
Sonarr uses rolling log files, each one limited to 1MB in size. The current log file is always `nzbdrone.txt`, for the the other files `nzbdrone.0.txt` is the next newest (the higher the number the older it is). When Info logging is enabled (default) there will be 6 log files in total, when debug or trace logging is enabled there will be 51 files.