I want to log all outgoing requests sent via sttp.client4
I am using the quickRequest api.
I tried to enable logging of sttp by adding this line to my logback.xml:
<logger name="sttp.client4" level="DEBUG" />
That did not produce any sttp logs. Did I pick the right name?
Thanks!