How to test log rotation script after its modification – logrotate config in linux ?
In this article, we will see how to change the log rotation script of a log file and test it in Linux. Lets have a look at the steps. 1....
In this article, we will see how to change the log rotation script of a log file and test it in Linux. Lets have a look at the steps. 1....
Today in this post, we will look how to add a custom file in log rotation. This will help to do automated housekeeping on the server. Lets suppose we have...
Today we will see an interesting issue where the logs are collected in /var/adm/messages as per rsyslog.conf. However the log file size in increasing infinitely and is not rotating. It...