Removed deprecated ldm.log rotate functionality, now we use ldmadmin newlog in the crontab

This commit is contained in:
Tiffany Meyer 2022-03-30 13:35:13 -04:00
parent 18e76f07e2
commit 672f332fc1

View file

@ -1,12 +0,0 @@
/awips2/ldm/logs/ldmd.log /awips2/ldm/logs/edexBridge.log {
missingok
compress
notifempty
daily
rotate 5
create 0660 root fxalpha
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
endscript
}