adamaru/monolog-fluentd-bundle
Symfony bundle adding a Fluentd handler to Monolog. Sends application logs to a Fluentd collector via host/port, with configurable level and bubbling. Integrates as a Monolog service handler for centralized logging and analysis.
stream, syslog) or dedicated SaaS tools (e.g., LogDNA, Honeycomb) for simplicity.monolog-fluentd-handler).service.name, log.level) consistently."This bundle lets us use Fluentd—a battle-tested, open-source logging tool—to centralize and analyze logs from all our Symfony apps. By avoiding proprietary tools, we cut costs and gain flexibility to route logs to any storage (e.g., S3, Elasticsearch) or analysis tool (e.g., Grafana). It’s a lightweight, low-risk way to modernize our observability stack, especially if we’re already using Fluentd elsewhere in our infrastructure. The trade-off? A minor maintenance lift to keep Fluentd updated, but the long-term savings and control outweigh that."
*"This Monolog handler lets Symfony apps send logs to Fluentd with minimal setup. Key benefits:
*"This bundle plugs Symfony logs into our existing Fluentd pipeline, reducing tooling sprawl. To adopt it:
app=web, env=prod) for effective routing.How can I help you explore Laravel packages today?