Crowdsec 1.6.4 log parsing suddenly stopped working

Hello,

my Crowdsec Docker container 1.6.4 and the previous versions have been running without any problems, at least none that I noticed during operation. Recently, I had the issue that Crowdsec wasn’t parsing logs. I accidentally discovered the problem when I wanted to check the functionality of a new collection. I wondered why the counter for the parsed lines was not increasing - for any log. Crowdsec was running, and there didn’t seem to be any apparent issues. I restarted the Crowdsec container, and everything worked again.

The problem is not reproducible and might go unnoticed in the future. Therefore, I would like to ask if there is a way to check the functionality of the log processor, which is responsible for reading the logs, using a health check? So far, I only have this in my Docker Compose stack:

healthcheck:
test: [“CMD”, “cscli”, “version”]

Thank you very much!

Best regards,
Serjoscha