Article 5A2A6 How to keep all log files in linux?

How to keep all log files in linux?

by
sakibmahmud
from LinuxQuestions.org on (#5A2A6)
Will below logrotate config archive all log files in /var/log directory?

Code:weekly
su root syslog
rotate 36500
create
include /etc/logrotate.d
/var/log/wtmp {
missingok
monthly
create 0664 root utmp
rotate 1
}

/var/log/btmp {
missingok
monthly
create 0660 root utmp
rotate 1
}latest?d=yIl2AUoC8zA latest?i=jlO_WeCIs5E:8PWShv-gb_Q:F7zBnMy latest?i=jlO_WeCIs5E:8PWShv-gb_Q:V_sGLiP latest?d=qj6IDK7rITs latest?i=jlO_WeCIs5E:8PWShv-gb_Q:gIN9vFwjlO_WeCIs5E
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments