summaryrefslogtreecommitdiffstats
path: root/network/webhook/webhook.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'network/webhook/webhook.logrotate')
-rw-r--r--network/webhook/webhook.logrotate6
1 files changed, 6 insertions, 0 deletions
diff --git a/network/webhook/webhook.logrotate b/network/webhook/webhook.logrotate
new file mode 100644
index 0000000000..59e770a224
--- /dev/null
+++ b/network/webhook/webhook.logrotate
@@ -0,0 +1,6 @@
+/var/log/webhook.log {
+ daily
+ rotate 7
+ compress
+ missingok
+}