Skip to content

Commit 9be3942

Browse files
committed
chore: implement logrotate for /var/log/wal-g/wal-verification-results
1 parent 2579b84 commit 9be3942

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/var/log/wal-g/wal-verification-results/*.json {
2+
weekly
3+
rotate 0
4+
nocreate
5+
missingok
6+
}

ansible/tasks/finalize-ami.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
- { file: "logrotate-postgres-csv.conf" }
5252
- { file: "logrotate-postgres.conf" }
5353
- { file: "logrotate-walg.conf" }
54+
- { file: "logrotate-wal-verify.conf" }
5455
- { file: "logrotate-postgres-auth.conf" }
5556

5657
- name: Ensure default Postgres logrotate config is removed

0 commit comments

Comments
 (0)