mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
generate documentation from config.sample.php
This commit is contained in:
parent
c277ee1364
commit
545aede346
@ -965,8 +965,8 @@ debugging, as your logfile will become huge.
|
||||
|
||||
'log_rotate_size' => 100 * 1024 * 1024,
|
||||
|
||||
Enables log rotation and limits the total size of logfiles. The default is 0,
|
||||
or no rotation. Specify a size in bytes, for example 104857600 (100 megabytes
|
||||
Enables log rotation and limits the total size of logfiles. Set it to 0 for
|
||||
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
|
||||
old logfile reaches your limit. If a rotated log file is already present, it
|
||||
will be overwritten.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user