5 Ways to Use LOGROTATE to Manage Your Linux Log Files

logrotate uses configuration files that are read by an application called LOGROTATE to manage log files on Unix-like systems, including Linux. LOGROTATE can do daily, weekly, monthly and yearly rotation, as well as handling compressed log files and sending out e-mail notifications when logs reach a certain size. Here are five ways you can use […]