summaryrefslogtreecommitdiff
path: root/debian/logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'debian/logrotate')
-rw-r--r--debian/logrotate5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/logrotate b/debian/logrotate
new file mode 100644
index 00000000..060ec54d
--- /dev/null
+++ b/debian/logrotate
@@ -0,0 +1,5 @@
+/var/log/odoo/*.log {
+ copytruncate
+ missingok
+ notifempty
+}