evotide/monolog-fluentd-bundle

Symfony bundle to enable logging to fluentd via monolog.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 7

Type:symfony-bundle

dev-master 2023-04-10 13:30 UTC

This package is auto-updated.

Last update: 2024-04-10 15:37:51 UTC


README

These are the default parameters:

monolog_fluentd:
  host: localhost
  port: 24224
  options: []
  level: debug
  tag_fmt: '{{channel}}.{{level_name}}'
  exceptions: true

You can modify them in config.yml or parameters.yml

You may load the handler as a service

monolog:
  handlers:
    monolog_fluentd:
      type: service
      id: monolog_fluentd.fluentd_handler