# define logrotation procedures for DS
#

/var/ds/log/controller*.log {
    size 20M
    rotate 5
    copytruncate
    sharedscripts
    missingok
    nodateext
}
