Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nextcloud
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libre.sh
docker
nextcloud
Commits
9061a865
Verified
Commit
9061a865
authored
2 years ago
by
Hugo Renard
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
base/config/01-base.config.php
+2
-1
2 additions, 1 deletion
base/config/01-base.config.php
with
2 additions
and
1 deletion
base/config/01-base.config.php
+
2
−
1
View file @
9061a865
...
@@ -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'
,
);
);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment