sportnco/api-logger-bundle

此包已被废弃,不再维护。未建议替代包。

Symfony ApiLoggerBundle

安装数: 1,537

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:symfony-bundle

dev-master 2016-03-01 15:36 UTC

This package is not auto-updated.

Last update: 2018-04-28 15:19:44 UTC


README

SensioLabsInsight

 * 第1步:在项目中安装包

composer require sportnco/api-logger-bundle

: 添加Monolog配置

monolog:
    channels: ['api']
    handlers:
        api:
            type:   stream
            path:   "%kernel.logs_dir%/api_%kernel.environment%.log"
            level:  debug
            channels: [api]
            formatter: snc.api.logger.formatter