summarylogtreecommitdiffstats
path: root/flowee.logrotate
diff options
context:
space:
mode:
authorTomZ2020-12-23 14:31:56 +0100
committerTomZ2020-12-23 14:32:47 +0100
commit4f95636bc9733d67df8a6a7605083cfe5e9b2677 (patch)
tree580ba3fe9f69d32c003130305c64849128cfd00a /flowee.logrotate
parentd39390e9e523448e04930016c377b6ee80d977d7 (diff)
downloadaur-4f95636bc9733d67df8a6a7605083cfe5e9b2677.tar.gz
Fixes and add logrotate.
Also disable tests for now, since some time based test failed upstream.
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