diff options
Diffstat (limited to 'network/etcd/etcd.logrotate')
-rw-r--r-- | network/etcd/etcd.logrotate | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/network/etcd/etcd.logrotate b/network/etcd/etcd.logrotate new file mode 100644 index 0000000000..225b3a9e2d --- /dev/null +++ b/network/etcd/etcd.logrotate @@ -0,0 +1,7 @@ +/var/log/etcd/etcd.log { + copytruncate + daily + rotate 7 + compress + missingok +} |