LogBridgeBundle
LogBridgeBundle copied to clipboard
Symfony Bundle to log Request/Response with Monolog.
## Description * Since `v10.1.0` While using a filter with `route`, every 200 POST request will be matched ```yaml m6_web_log_bridge: filters: request: route: some_route method: [ 'POST' ] status: [...
This bundle is used with a Symfony project that does not have the router. This feat allow to use it without the HTTP router.
Add support for Symfony 7
Without code coverage, ``` Failure (17 tests, 32/32 methods, 0 void method, 0 skipped method, 0 uncompleted method, 0 failure, 32 errors, 0 exception)! > There are 32 errors: =>...
`M6Web\Bundle\LogBridgeBundle\Tests\Units\Formatter\DefaultFormatter::testPostProvider():` displays ``` Request ------------------------ ------------------------ Response ------------------------ HTTP 1.0 200 Age: 0 Etag: Vary: Cache-Control: no-cache, private Date: Mon, 09 Oct 2023 21:11:45 GMT Post parameters ├ postVar1 :...