1
0
mirror of https://github.com/playit-cloud/playit-agent.git synced 2025-02-23 22:55:16 +00:00
playit-agent/linux/logrotate.conf
2024-01-10 07:06:22 -08:00

9 lines
90 B
Plaintext

/var/log/playit/playit.log {
rotate 3
daily
copytruncate
compress
notifempty
}