Skip to content

Commit

Permalink
Merge pull request #194 from PROCOLLAB-github/feature/fix-logs-retention
Browse files Browse the repository at this point in the history
Feature/fix logs retention
  • Loading branch information
Yakser authored Sep 17, 2023
2 parents 7aa5bed + 0cb94a7 commit 4f274c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.prod-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ volumes:
grafana-configs:
prom-data:
prom-configs:
log:
log:
2 changes: 1 addition & 1 deletion procollab/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
LOGURU_LOGGING = {
"rotation": "300 MB",
"compression": "zip",
"retention": "10 days",
"retention": "60 days",
"enqueue": True,
}

Expand Down

0 comments on commit 4f274c7

Please sign in to comment.