summaryrefslogtreecommitdiff
path: root/debian/taler-exchange.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'debian/taler-exchange.logrotate')
-rw-r--r--debian/taler-exchange.logrotate10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/taler-exchange.logrotate b/debian/taler-exchange.logrotate
new file mode 100644
index 000000000..b8c56f668
--- /dev/null
+++ b/debian/taler-exchange.logrotate
@@ -0,0 +1,10 @@
+/var/log/taler/exchange.log {
+ weekly
+ size=100k
+ rotate 7
+ compress
+ copytruncate
+ delaycompress
+ notifempty
+ missingok
+}