You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
i understand the reasoning behind using NullLogger in Client. but in practice, the value returned by $response->getBody() can be quite large, and duplicating it for debug logging (line 100) when its just going to get blackholed is a bit wasteful and can trigger an out-of-memory error in cases where you thought your application had enough.
i understand the reasoning behind using NullLogger in Client. but in practice, the value returned by $response->getBody() can be quite large, and duplicating it for debug logging (line 100) when its just going to get blackholed is a bit wasteful and can trigger an out-of-memory error in cases where you thought your application had enough.