Merge pull request #22190 from nextcloud/fix/noid/log-rotate-size
Fix default log_rotate_size in config.sample.php
This commit is contained in:
commit
f4765651db
|
@ -865,8 +865,8 @@ $CONFIG = [
|
||||||
'log_query' => false,
|
'log_query' => false,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enables log rotation and limits the total size of logfiles. The default is 0,
|
* Enables log rotation and limits the total size of logfiles. Set it to 0 for
|
||||||
* or no rotation. Specify a size in bytes, for example 104857600 (100 megabytes
|
* no rotation. Specify a size in bytes, for example 104857600 (100 megabytes
|
||||||
* = 100 * 1024 * 1024 bytes). A new logfile is created with a new name when the
|
* = 100 * 1024 * 1024 bytes). A new logfile is created with a new name when the
|
||||||
* old logfile reaches your limit. If a rotated log file is already present, it
|
* old logfile reaches your limit. If a rotated log file is already present, it
|
||||||
* will be overwritten.
|
* will be overwritten.
|
||||||
|
|
Loading…
Reference in New Issue