diff options
Diffstat (limited to 'neutron.logrotate')
-rw-r--r-- | neutron.logrotate | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/neutron.logrotate b/neutron.logrotate new file mode 100644 index 0000000..fc1c70b --- /dev/null +++ b/neutron.logrotate @@ -0,0 +1,7 @@ +/var/log/neutron/*.log { + rotate 14 + size 10M + missingok + compress + copytruncate +} |