misd-service-development / guzzle-bundle

[NOT MAINTAINED] Integrates Guzzle into your Symfony2 application
99 stars 54 forks source link

Adding full message to the logs #63

Closed blt909 closed 9 years ago

blt909 commented 10 years ago

Hello,

I'm trying to add the full message received from my API to the Symfony log. For now, I've added to my services the Monolog IntrospectionProcessor but it seems to be not enough.

Thanx

thewilkybarkid commented 9 years ago

Sorry for not looking at this sooner. Take a look at Guzzle's log plugin which the bundle uses. If there isn't an option there, you can make your own plugin that logs what you need.