diff options
Diffstat (limited to 'network/webhook/webhook.logrotate')
-rw-r--r-- | network/webhook/webhook.logrotate | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/webhook/webhook.logrotate b/network/webhook/webhook.logrotate new file mode 100644 index 000000000000..59e770a22453 --- /dev/null +++ b/network/webhook/webhook.logrotate @@ -0,0 +1,6 @@ +/var/log/webhook.log { + daily + rotate 7 + compress + missingok +} |