Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions files/image_config/logrotate.d/rsyslog
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
/var/log/messages
{
rotate 4
weekly
maxsize 100M
daily
maxsize 50M
missingok
notifempty
compress
Expand Down
4 changes: 2 additions & 2 deletions files/image_config/rsyslog/rsyslog.d/99-default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#
auth,authpriv.* /var/log/auth.log
*.*;auth,authpriv.none -/var/log/syslog
# Do not redirect cron, daemon, kernel or lpr logs to
cron.* /var/log/cron.log
# Do not redirect daemon, kernel or lpr logs to
# their own files. Let them log to /var/log/syslog
#cron.* /var/log/cron.log
#daemon.* -/var/log/daemon.log
#kern.* -/var/log/kern.log
#kern.* -/var/persist/log/kern.log
Expand Down