Skip to content

Commit

Permalink
Agressive log rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Mar 31, 2024
1 parent 7c714c7 commit 8c53ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ if [ "$SAVE_OUTPUT" == "y" ] && [ "$LOG_ROTATION" == "y" ]; then
cat << EOF > /etc/logrotate.d/stream
$LOG_FILE {
daily
rotate 30
rotate 14
copytruncate
nocompress
compress
missingok
notifempty
}
Expand Down

0 comments on commit 8c53ba6

Please sign in to comment.