Skip to content

Shouldn't the post parameters be displayed in the request section ?  #79

Description

@aaa2000

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 : value un
 ├ postVar2 : value 2
 └ programs : Array
   ├ id : 42
   └ title : Non mais Allo quoi
   

I expected it to appear like this

Request
------------------------
Post parameters
 ├ postVar1 : value un
 ├ postVar2 : value 2
 └ programs : Array
   ├ id : 42
   └ title : Non mais Allo quoi
------------------------
Response
------------------------
HTTP 1.0 200
Age:           0
Etag:          
Vary:          
Cache-Control: no-cache, private
Date:          Mon, 09 Oct 2023 21:13:07 GMT

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions