summarylogtreecommitdiffstats
path: root/flowee.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'flowee.logrotate')
-rw-r--r--flowee.logrotate11
1 files changed, 11 insertions, 0 deletions
diff --git a/flowee.logrotate b/flowee.logrotate
new file mode 100644
index 000000000000..299e0fa90458
--- /dev/null
+++ b/flowee.logrotate
@@ -0,0 +1,11 @@
+/var/lib/flowee/debug.log
+{
+ rotate 5
+ copytruncate
+ daily
+ missingok
+ notifempty
+ compress
+ delaycompress
+ sharedscripts
+}