Skip to content
Snippets Groups Projects
Verified Commit 9061a865 authored by Hugo Renard's avatar Hugo Renard
Browse files

feat: log via errorlog

parent adea0e54
No related branches found
No related tags found
No related merge requests found
Pipeline #1605 passed with stages
in 5 minutes and 14 seconds
...@@ -26,9 +26,10 @@ $CONFIG = array ( ...@@ -26,9 +26,10 @@ $CONFIG = array (
// https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#file-versions // 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) // 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', 'versions_retention_obligation' => 'auto,365',
'logfile' => '/dev/stdout',
'activity_expire_days' => 30, 'activity_expire_days' => 30,
// remove config warning // remove config warning
'check_for_working_wellknown_setup' => false, 'check_for_working_wellknown_setup' => false,
'default_phone_region' => 'FR', 'default_phone_region' => 'FR',
'log_type' => 'errorlog',
'log_type_audit' => 'errorlog',
); );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment