harbor/conf/log/logrotate.conf

8 lines
135 B
Plaintext
Executable File

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