# aequivalent to the original config, without duplicating for every file
# rotation of MGM logs
/var/log/eos/mgm/xrdlog.mgm /var/log/eos/mgm/*.log /var/log/eos/tx/transfer-archive.log {
  missingok
  daily
  copytruncate
  create 755 root root
  dateext
  rotate 200
  compress
}

# rotation of FST logs
/var/log/eos/fst/xrdlog.fst /var/log/eos/fst/*.log {
  missingok
  daily
  copytruncate
  create 755 root root
  dateext
  rotate 200
  compress
}

# rotation for frontend authentication daemons
/var/log/eos/auth[0-9]/xrdlog.auth[0-9] {
  missingok
  daily
  copytruncate
  create 755 root root
  dateext
  rotate 200
  compress
}

/var/log/eos/mgm/Wnc.log {
        missingok
        daily
        copytruncate
        create 755 root root
        dateext
        rotate 200
        compress
}
