summarylogtreecommitdiffstats
path: root/flowee.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'flowee.logrotate')
-rw-r--r--flowee.logrotate38
1 files changed, 37 insertions, 1 deletions
diff --git a/flowee.logrotate b/flowee.logrotate
index bd6ef776012a..4d64142b57dd 100644
--- a/flowee.logrotate
+++ b/flowee.logrotate
@@ -1,4 +1,40 @@
-/var/lib/flowee/hub.log
+/var/log/flowee/hub.log
+{
+ rotate 5
+ copytruncate
+ daily
+ missingok
+ notifempty
+ compress
+ delaycompress
+ sharedscripts
+}
+
+/var/log/flowee/indexer.log
+{
+ rotate 5
+ copytruncate
+ daily
+ missingok
+ notifempty
+ compress
+ delaycompress
+ sharedscripts
+}
+
+/var/log/flowee/bitcore-proxy.log
+{
+ rotate 5
+ copytruncate
+ daily
+ missingok
+ notifempty
+ compress
+ delaycompress
+ sharedscripts
+}
+
+/var/log/flowee/restservice.log
{
rotate 5
copytruncate