Hello list

Does anyone have any suggestions to rotate the log OpenSIPS. My log file is 
over 7GB

I am setting up logrotate

I'm worried about the reload I've noticed is the OpenSIPS restart.

/etc/logrotate.d/opensips

/var/log/opensips.log {
    missingok
    notifempty
    sharedscripts
    postrotate
        /sbin/service opensips reload > /dev/null 2>/dev/null || true
    endscript
}

Thanks

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to