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