Skip to content

Commit 296be04

Browse files
authored
Merge pull request #22192 from nextcloud/backport/22190/stable19
[stable19] Fix default log_rotate_size in config.sample.php
2 parents d06bf6d + 08e2cd1 commit 296be04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/config.sample.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -865,8 +865,8 @@
865865
'log_query' => false,
866866

867867
/**
868-
* Enables log rotation and limits the total size of logfiles. The default is 0,
869-
* or no rotation. Specify a size in bytes, for example 104857600 (100 megabytes
868+
* Enables log rotation and limits the total size of logfiles. Set it to 0 for
869+
* no rotation. Specify a size in bytes, for example 104857600 (100 megabytes
870870
* = 100 * 1024 * 1024 bytes). A new logfile is created with a new name when the
871871
* old logfile reaches your limit. If a rotated log file is already present, it
872872
* will be overwritten.

0 commit comments

Comments
 (0)