Skip to content

Commit

Permalink
logrotate modified for backup error file
Browse files Browse the repository at this point in the history
  • Loading branch information
alsmk committed Dec 20, 2024
1 parent 8217feb commit 77fa39a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions infrastructure/logrotate.conf
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ include /etc/logrotate.d
rotate 1
}

/var/log/opencrvs-backup.error.log {
missingok
monthly
create 0660 root application
rotate 1
}

/var/log/papertrail.log {
missingok
monthly
Expand Down

0 comments on commit 77fa39a

Please sign in to comment.