summarylogtreecommitdiffstats
path: root/flowee.logrotate
diff options
context:
space:
mode:
authorTomZ2020-12-23 15:16:55 +0100
committerTomZ2020-12-23 15:16:55 +0100
commitf9121de793fddbd76ebb905284e2ac6b14e5d266 (patch)
tree4318387b83c38c46d17463b3f67d66f7916ea4bd /flowee.logrotate
parenta98787b165a42e740dba5bb3d25e001057c406b3 (diff)
downloadaur-flowee-git.tar.gz
Updates
Many small fixes.
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