Skip to content

Commit 4f274c7

Browse files
authored
Merge pull request #194 from PROCOLLAB-github/feature/fix-logs-retention
Feature/fix logs retention
2 parents 7aa5bed + 0cb94a7 commit 4f274c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.prod-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ volumes:
5757
grafana-configs:
5858
prom-data:
5959
prom-configs:
60-
log:
60+
log:

procollab/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
LOGURU_LOGGING = {
336336
"rotation": "300 MB",
337337
"compression": "zip",
338-
"retention": "10 days",
338+
"retention": "60 days",
339339
"enqueue": True,
340340
}
341341

0 commit comments

Comments
 (0)