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: 6
Type:symfony-bundle
Requires
- php: >=7.2
- fluent/logger: ^1.0
- symfony/monolog-bundle: ^3.0
This package is auto-updated.
Last update: 2024-11-10 16:54: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