harbor/make/common/templates/log/logrotate.conf

8 lines
162 B
Plaintext
Raw Normal View History

2017-11-08 06:07:27 +01:00
/var/log/docker/*.log {
rotate $log_rotate_count
size $log_rotate_size
copytruncate
compress
missingok
nodateext
}