Skip to content

Commit

Permalink
[dist] increase backend log file backup time from 2 days to 2 weeks
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Feb 5, 2018
1 parent 770fd20 commit dcb9d6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/obs-server.logrotate
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/srv/obs/log/*.log {
compress
dateext
rotate 2
rotate 14
daily
missingok
copytruncate
Expand Down
2 changes: 1 addition & 1 deletion dist/obs-source_service.logrotate
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/srv/obs/service/log/*.log {
compress
dateext
rotate 2
rotate 14
daily
missingok
copytruncate
Expand Down

0 comments on commit dcb9d6a

Please sign in to comment.