This message was deleted.
# community-support
s
This message was deleted.
e
no. there is a similar open feature request though https://github.com/gradle/gradle/issues/18436
try using a local http proxy to capture the network traffic
s
how can I do that?
v
If you are on Windows, install for example Fiddler Classic (it's free, don't use Fiddler everywhere, it is not). If you are not on Windows use some other HTTP proxy software, Google is your friend. In case of Fiddler that might already be enough and it might be able to just intercept the calls and show them. If not, you can configure it as Proxy like documented in the Gradle docs and get the requests displayed then.
s
I need this logging in GitHub action 😕 so local one is not works i beliee
v
Well, then Google for some logging proxy that is compatible with your CI system :-)