alxishin/logs-bundle

There is no license information available for the latest version (1.0.2) of this package.

Maintainers

Package info

github.com/alxishin/logs-bundle

Language:Twig

Type:symfony-bundle

pkg:composer/alxishin/logs-bundle

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.2 2026-03-04 15:59 UTC

This package is auto-updated.

Last update: 2026-03-04 16:00:01 UTC


README

monolog: channels: ['mailer'] handlers: main: type: rotating_file max_files: 10 level: error handler: nested formatter: log_formatter when@prod: monolog: handlers: mailer: level: debug type: rotating_file max_files: 40 path: '%kernel.logs_dir%/mailer.prod.log' channels: [mailer] formatter: log_formatter when@dev: monolog: handlers: # ... console: type: console process_psr_3_messages: false channels: ['!event', '!doctrine', '!console']