8p / EightPointsGuzzleBundle

⛽️ Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony
MIT License
440 stars 71 forks source link

Logging #36

Closed surikman-git closed 7 years ago

surikman-git commented 8 years ago

Hi,

In configuration is possible to disable logging... But you never use this configuration and still logging all output...

My script call in cycle cca 16milions reqests - but after 16000 request it takes cca 250 MB of memory!

when I override Logger and set

parameters: guzzle_bundle.logger.class: Tsm\ServerBundle\Service\DevNullGuzzleLogger

then memory is still in same value (+-)

Is possible to fix logging? THX!