Activate built-in log rotation feature, disabled by default
Basically just removes the #ifdef blocks around the code. With the feature disabled by defult this should be safe. Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
@@ -111,7 +111,7 @@ described by the people from OpenBSD at
|
||||
.BI "\-b " "size"
|
||||
This option controls the max size of files in the built-in log-rotation.
|
||||
When present on the command line it activates log rotation of all files
|
||||
with the given maximum size.
|
||||
with the given maximum size. Default: disabled (0).
|
||||
.TP
|
||||
.BI "\-c " "count"
|
||||
This option controls the max number of files kept by the built-in
|
||||
@@ -119,7 +119,7 @@ log-rotation. To activate the built-in log rotation this option must be
|
||||
combined with the
|
||||
.BI "\-b"
|
||||
option. The number of files kept include both gzipped files and the
|
||||
first rotated (not zipped) file.
|
||||
first rotated (not zipped) file. Default: 5.
|
||||
.TP
|
||||
.B "\-d"
|
||||
Turns on debug mode. Using this the daemon will not proceed a
|
||||
|
Reference in New Issue
Block a user