summaryrefslogtreecommitdiff
path: root/neutron.logrotate
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-11-14 08:12:23 +0000
committerCoprDistGit <infra@openeuler.org>2023-11-14 08:12:23 +0000
commit320466728eb40d55eebd4b9d2075e9abe8bc9006 (patch)
tree918add67146f450fd1e1eaf042f54ee88e2dd09c /neutron.logrotate
parentd424ec7beffffc4fa627ceae058272e7be1b3002 (diff)
automatic import of openstack-neutronopeneuler22.03_LTS_SP2
Diffstat (limited to 'neutron.logrotate')
-rw-r--r--neutron.logrotate7
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
+}