vesax/http-kernel-logger-bundle

There is no license information available for the latest version (dev-master) of this package.

dev-master 2016-03-03 21:58 UTC

This package is not auto-updated.

Last update: 2020-10-22 23:33:12 UTC


README

Log request and responses

Installation

# bash
composer require vesax/http-kernel-logger-bundle dev-master

# AppKernel.php
$bundles = [
   new Vesax\HttpKernelLoggerBundle\VesaxHttpKernelLoggerBundle()
];

Configuration

vesax_http_kernel_logger:
    zones:
        "^/api/":
            channel: api