harbor/conf/log/logrotate.conf

8 lines
135 B
Plaintext
Raw Normal View History

/var/log/docker/*.log {
rotate 50
size 200M
copytruncate
compress
missingok
nodateext
}