##
# Chelsio UWMgr Logrotate Configuration
# FileName : chuwmgr
# Location : /etc/logrotate.d
# Command  : logrotate chuwmgr
##

/var/log/chelsio/uwmgr.log {
  weekly 
  missingok
  rotate 12
  compress 
  delaycompress
  notifempty
}
