# CrowdSec log acquisition — tells the CrowdSec agent which logs to parse. # # Caddy writes JSON access logs to /var/log/caddy/access.log (mounted from the # caddy_logs Docker volume). CrowdSec reads the same volume at the same path. # # The `crowdsecurity/caddy` collection (installed via COLLECTIONS env var) # provides the parser that understands Caddy's JSON log format. filenames: - /var/log/caddy/access.log labels: type: caddy