drinks-it / sf-consumer-logger-bundle
Formatter logs for consumers start/run/stop events
Installs: 1 207
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- symfony/config: ^5.4 || ^6.1 || ^6.2 || ^6.3 || ^6.4
- symfony/dependency-injection: ^5.4 || ^6.1 || ^6.2 || ^6.3 || ^6.4
- symfony/messenger: ^5.4 || ^6.1 || ^6.2 || ^6.3 || ^6.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.19 || ^3.0
- symfony/http-kernel: ^5.4 || ^6.1 || ^6.2 || ^6.3 || ^6.4
- symfony/phpunit-bridge: ^5.0 || ^6.0
README
1. Install
compsoer require drinks-it/sf-consumer-logger-bundle
Configuration
# config/packages/sf_consumer_logger.yaml sf_consumer_logger: on_start: info on_start_message: 'Consumer started' on_running: null # off logs when consumer running on_running_message: 'Consumer running' on_stop: info on_stop_message: 'Consumer stopped'