diff --git a/config/config.sample.php b/config/config.sample.php index 743d86b12fccf..7fb0e2b747026 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -669,16 +669,16 @@ * and a maximum time for trash bin retention. * * Minimum time is the number of days a file will be kept, after which it - * _may be_ deleted. A file may be deleted after the minimum number of days - * is expired if space is needed. The file will not be deleted if space is - * not needed. + * _may be_ deleted. A file may be deleted after the minimum number of days + * is expired if space is needed. The file will not be deleted if space is + * not needed. * * Whether "space is needed" depends on whether a user quota is defined or not: * - * * If no user quota is defined, the available space on the Nextcloud data + * * If no user quota is defined, the available space on the Nextcloud data * partition sets the limit for the trashbin * (issues: see https://github.com/nextcloud/server/issues/28451). - * * If a user quota is defined, 50% of the user's remaining quota space sets + * * If a user quota is defined, 50% of the user's remaining quota space sets * the limit for the trashbin. * * Maximum time is the number of days at which it is _guaranteed @@ -913,6 +913,14 @@ */ 'logfile_audit' => '/var/log/audit.log', +/** + * Name of the file to which the updater logs are written if parameter + * ``log_type`` is set to ``file``. + * + * Defaults to ``[datadirectory]/updater.log`` + */ +'logfile_updater' => '/var/log/updater.log', + /** * Log file mode for the Nextcloud logging type in octal notation. *