Monolog Processor for Symfony console component.
Add extra data about console. (The current implementation is only command name)
example) app/config/config.yml
or app/config/services.yml
services:
monolog.processor.console:
class: Otobank\Monolog\Processor\ConsoleProcessor
tags:
- { name: monolog.processor }
- { name: kernel.event_subscriber }
composer require otobank/monolog-console-processor
Toshiyuki Fujita - [email protected] - https://github.com/kalibora
Licensed under the MIT License - see the LICENSE file for details
OTOBANK Inc.