sportnco/api-logger-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Symfony ApiLoggerBundle

Installs: 1 537

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type: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

 * Step 1 : Install bundle on your project

composer require sportnco/api-logger-bundle

: Add monolog configuration

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