diff options
author | CoprDistGit <infra@openeuler.org> | 2023-11-14 08:19:53 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-11-14 08:19:53 +0000 |
commit | f63e1658d359d5426da33de7573a4c8d2f55e910 (patch) | |
tree | 918add67146f450fd1e1eaf042f54ee88e2dd09c /neutron.logrotate | |
parent | d424ec7beffffc4fa627ceae058272e7be1b3002 (diff) |
automatic import of openstack-neutronopeneuler20.03
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 +} |