diff --git a/base/config/01-base.config.php b/base/config/01-base.config.php index 09b0c8a35b87b1df8b0723dd47a7a12e9ab9672e..7ec29af38eeb9840801036841d26ee39e3e543c7 100644 --- a/base/config/01-base.config.php +++ b/base/config/01-base.config.php @@ -26,9 +26,10 @@ $CONFIG = array ( // https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#file-versions // delete all versions older than 365 days automatically, delete other versions anytime if space needed (versions takes more than 50% of quota) 'versions_retention_obligation' => 'auto,365', - 'logfile' => '/dev/stdout', 'activity_expire_days' => 30, // remove config warning 'check_for_working_wellknown_setup' => false, 'default_phone_region' => 'FR', + 'log_type' => 'errorlog', + 'log_type_audit' => 'errorlog', );