# Fluent Bit configuration for production logging [SERVICE] Flush 1 Log_Level info Daemon off Parsers_File parsers.conf [INPUT] Name tail Path /var/lib/docker/containers/*/*.log Parser docker Tag docker.* Refresh_Interval 5 Mem_Buf_Limit 50MB Skip_Long_Lines On [FILTER] Name modify Match docker.* Add service mcptesta-docs Add environment ${NODE_ENV} [FILTER] Name grep Match docker.* Regex log level=(error|warn|info) [OUTPUT] Name stdout Match * Format json_lines # Optional: Send to external logging service # [OUTPUT] # Name http # Match * # Host your-logging-service.com # Port 443 # URI /api/v1/logs # Header Authorization Bearer YOUR_TOKEN # Format json # tls on # tls.verify on