summarylogtreecommitdiffstats
path: root/bitcoin.logrotate
diff options
context:
space:
mode:
authorFabien2020-11-06 21:28:03 +0100
committerFabien2020-11-06 21:28:37 +0100
commit86fc6b181de1469e38778c6bca31acdb724eab6e (patch)
treeaef3ba1d14eb4ae04693125ac448da551fb0f156 /bitcoin.logrotate
downloadaur-86fc6b181de1469e38778c6bca31acdb724eab6e.tar.gz
Initial version
Diffstat (limited to 'bitcoin.logrotate')
-rw-r--r--bitcoin.logrotate11
1 files changed, 11 insertions, 0 deletions
diff --git a/bitcoin.logrotate b/bitcoin.logrotate
new file mode 100644
index 000000000000..fe13fb2e7049
--- /dev/null
+++ b/bitcoin.logrotate
@@ -0,0 +1,11 @@
+/srv/bitcoin/debug.log
+{
+ rotate 5
+ copytruncate
+ daily
+ missingok
+ notifempty
+ compress
+ delaycompress
+ sharedscripts
+}