Sfoglia il codice sorgente

add logrotate file for debian (#1474)

* add logrotate file for debian

Co-authored-by: sabban <15465465+sabban@users.noreply.github.com>
Manuel Sabban 3 anni fa
parent
commit
c17c651458
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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
+}