Browse code

docs/man/freshclam.conf.5.in: document LogFileMaxSize (bb#1960)

Tomasz Kojm authored on 2010/04/15 23:33:35
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Thu Apr 15 16:27:00 CEST 2010 (tk)
2
+----------------------------------
3
+ * docs/man/freshclam.conf.5.in: document LogFileMaxSize (bb#1960)
4
+
1 5
 Wed Apr 14 21:44:18 CEST 2010 (tk)
2 6
 ----------------------------------
3 7
  * freshclam/manager.c: add support for X-HostID to allow custom UserAgent
... ...
@@ -50,6 +50,11 @@ Default: 12
50 50
 Enable logging to a specified file. Highly recommended.
51 51
 .br 
52 52
 Default: disabled.
53
+.TP
54
+\fBLogFileMaxSize SIZE\fR
55
+Limit the size of the log file. The logger will be automatically disabled if the file is greater than SIZE. Value of 0 disables the limit.
56
+.br
57
+Default: 1M
53 58
 .TP 
54 59
 \fBLogSyslog BOOL\fR
55 60
 Enable logging to Syslog. May be used in combination with UpdateLogFile.