From de7d623121b7829d53fdff5e1c4e5d62bbaf73ac Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 31 May 2015 00:04:31 -0700 Subject: [PATCH] More info on log files --- Log-Files.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Log-Files.md b/Log-Files.md index 093ec49..ecce6bf 100644 --- a/Log-Files.md +++ b/Log-Files.md @@ -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. \ No newline at end of file +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. \ No newline at end of file