* add logrotate file for debian Co-authored-by: sabban <15465465+sabban@users.noreply.github.com>
@@ -0,0 +1,9 @@
+/var/log/crowdsec.log
+/var/log/crowdsec_api.log
+{
+ rotate 4
+ daily
+ compress
+ missingok
+ notifempty
+}