瀏覽代碼

add logrotate file for debian (#1474)

* add logrotate file for debian

Co-authored-by: sabban <15465465+sabban@users.noreply.github.com>
Manuel Sabban 3 年之前
父節點
當前提交
c17c651458
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      debian/crowdsec.logrotate

+ 9 - 0
debian/crowdsec.logrotate

@@ -0,0 +1,9 @@
+/var/log/crowdsec.log
+/var/log/crowdsec_api.log
+{
+  rotate 4
+  daily
+  compress
+  missingok
+  notifempty
+}