Removed deprecated ldm.log rotate functionality, now we use ldmadmin newlog in the crontab
This commit is contained in:
parent
18e76f07e2
commit
672f332fc1
1 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue