When using magento 2.4, what is the location of debug logs for guzzlehttp client?
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',…