Welcome to the Linux Foundation Forum!

Log Rotation: Based on rotate parameter deletion of archive log is not happening

Options

OS: Linux 7
based on rotate parameter Log rotation is not happening. It means Based on rotate parameter log archive file supposed to be delete but based on cron job Archive is happening based on size but in the same time rotate is not working

Earlier Config file


/var/log/openldap/inst00/*.log {
copytruncate
missingok
notifempty
compress
daily
dateext
dateformat -%Y%m%d%H%s
rotate 10
size 300M
}
we added the dateformat parameter to come out from the confusion when multiple time archive file will generate in a day . But it seems when we added this parameter since than rotate is not working . so we modify the parameter as below but again the same problem we are getting after removing the dateformat .

/var/log/openldap/inst00/*.log {
copytruncate
missingok
notifempty
compress
daily
extension .log
rotate 14
size 300M

Current log details


-rw-------. 1 root root 0 Jun 26 01:30 slapd-inst00-copy.log
-rw-r--r--. 1 slapd slapd 42813447 Oct 8 05:22 slapd-inst00.log-20201008051602127381.gz
-rw-r--r--. 1 slapd slapd 39869198 Oct 8 17:51 slapd-inst00.log-20201008171602172321.gz
-rw-r--r--. 1 slapd slapd 43175661 Oct 9 06:35 slapd-inst00.log-20201009061602218161.gz
-rw-r--r--. 1 slapd slapd 40142197 Oct 9 19:09 slapd-inst00.log-20201009191602263401.gz
-rw-r--r--. 1 slapd slapd 44458120 Oct 10 09:09 slapd-inst00.log-20201010091602313801.gz
-rw-r--r--. 1 slapd slapd 43765340 Oct 10 23:15 slapd-inst00.log-20201010231602364561.gz
-rw-r--r--. 1 slapd slapd 43749645 Oct 11 13:10 slapd-inst00.log-20201011131602414602.gz
-rw-r--r--. 1 slapd slapd 44570241 Oct 12 03:09 slapd-inst00.log-20201012031602464941.gz
-rw-r--r--. 1 slapd slapd 40763433 Oct 12 15:15 slapd-inst00.log-20201012151602508561.gz
-rw-r--r--. 1 slapd slapd 1212 Oct 12 23:59 backup.1.log.gz
-rw-r--r--. 1 slapd slapd 41850238 Oct 13 03:37 slapd-inst00.log-20201013031602553081.gz
-rw-r--r--. 1 slapd slapd 9258876 Oct 13 06:29 slapd-inst00.log-202010131465.gz
-rw-r--r--. 1 slapd slapd 14776 Oct 13 09:00 ldap.1.log.gz
-rw-r--r--. 1 slapd slapd 12911295 Oct 13 09:59 slapd-inst00.2.log-20201013.gz
-rw-r--r--. 1 slapd slapd 7910007 Oct 13 12:29 slapd-inst00.1.log-20201013.gz
-rw-r--r--. 1 slapd slapd 7955783 Oct 13 14:59 slapd-inst00.4.log.gz
-rw-r--r--. 1 slapd slapd 6846828 Oct 13 16:59 slapd-inst00.3.log.gz
-rw-r--r--. 1 slapd slapd 107075 Oct 13 17:09 monitor.1.log.gz
-rw-r--r--. 1 slapd slapd 1289023 Oct 13 17:21 slapd-inst00.2.log.gz
-rw-r--r--. 1 slapd slapd 0 Oct 13 17:21 backup.log
-rw-r--r--. 1 slapd slapd 0 Oct 13 17:21 ldap.log
-rw-r--r--. 1 slapd slapd 806 Oct 13 17:21 slapd-inst00.1.log.gz
-rw-r--r--. 1 slapd slapd 413 Oct 13 18:54 monitor.log
-rw-r--r--. 1 slapd slapd 41337481 Oct 13 19:06 slapd-inst00.log

Comments

  • fcioanca
    fcioanca Posts: 1,904
    edited October 2020
    Options

    Can you please specify what course/chapter/lab is this related to?

  • bibhu
    bibhu Posts: 2
    Options

    Sorry I am not sure which topic and lab is related to, This is the problem which i am facing curranty and its related to Log rotation. Hope it helps

  • fcioanca
    fcioanca Posts: 1,904
    Options

    You are posting this in the LF bootcamps thread. You should only use this thread if you are enrolled in any of the 2 LF bootcamps. Only support for courses in the bootcamps is provided here, in which case you have to be very specific to which coirse this is related to.

Categories

Upcoming Training