drinks-it/sf-consumer-logger-bundle

为消费者格式化日志记录启动/运行/停止事件

0.0.2 2023-11-07 15:37 UTC

This package is auto-updated.

Last update: 2024-09-07 17:28:11 UTC


README

1. 安装

compsoer require drinks-it/sf-consumer-logger-bundle

配置

# 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'