ddeboer / GuzzleBundle

A Symfony2 bundle for integrating Guzzle, a PHP framework for building RESTful web service clients
63 stars 29 forks source link

Symfony log support #11

Open xyanide opened 12 years ago

xyanide commented 12 years ago

I can`t seem to get the log support up and running with my install of symfony 2.1 RC and the latest versions of guzzle and guzzlebundle.

I`ve got a custom client that handles all my rest requests. The symfony Profiler shows the Guzzle block, but no requests are shown.

I`ve got logging enabled in the GuzzleBundle config, and everything including caching is working great.

Could you give me a hint on how to get the logging to work with the GuzzleBundle?

If you need more info just tell :-).