zent/http-kernel-logger-bundle

There is no license information available for the latest version (v0.2) of this package.

v0.2 2017-12-18 19:08 UTC

This package is auto-updated.

Last update: 2024-05-27 10:02:53 UTC


README

Log request and responses

Installation

# bash
composer require zent/http-kernel-logger-bundle ~0.2

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

Configuration

vesax_http_kernel_logger:
    zones:
        "^/api/":
            channel: api
            #type: response (or request)