Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 4e4c7e3

Browse files
Adjusted default value to rotate mongodb logs
1 parent 8802095 commit 4e4c7e3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,9 @@ mongodb_logrotate_options: |
126126
{{ mongodb_systemlog_path }} {
127127
daily
128128
rotate 7
129-
maxsize 1G
129+
maxsize 10G
130130
missingok
131131
compress
132-
delaycompress
133132
notifempty
134133
create 640 {{ mongodb_user }} {{ mongodb_user }}
135134
sharedscripts

defaults/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,9 @@ mongodb_logrotate_options: |
8282
{{ mongodb_systemlog_path }} {
8383
daily
8484
rotate 7
85-
maxsize 1G
85+
maxsize 10G
8686
missingok
8787
compress
88-
delaycompress
8988
notifempty
9089
create 640 {{ mongodb_user }} {{ mongodb_user }}
9190
sharedscripts

0 commit comments

Comments
 (0)