I have tried checking debug logs from the system and tried to find guzzle path in /var/log. Couldn’t get in any of these location. Please help
return new Client([
‘handler’ => new GuzzleHttpHandlerStack(new GuzzleHttpHandlerCurlMultiHandler()),
‘debug’ => true,
‘base_uri’ => ‘https://xxx.yyy.co’,
‘timeout’ => 2.0
]);
Expected logs in /var/log/ -> guzzle directory