Skip to content

Commit

Permalink
Merge pull request bigbluebutton#20249 from riadvice/logrotate-improve
Browse files Browse the repository at this point in the history
build: Update logrotate rule to add date extension to archived logs files
  • Loading branch information
antobinary authored May 24, 2024
2 parents d5aa6db + 32116a6 commit 27f59e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/var/log/bigbluebutton/bbb-rap-worker.log
/var/log/bigbluebutton/sanity.log
/var/log/bigbluebutton/bbb-rap-worker.log
/var/log/bigbluebutton/sanity.log
{
weekly
missingok
Expand All @@ -9,4 +9,6 @@
nocreate
notifempty
sharedscripts
dateext
dateformat -%Y-%m-%d
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
compress
notifempty
copytruncate
dateext
dateformat -%Y-%m-%d
}

0 comments on commit 27f59e7

Please sign in to comment.