I noticed in my tests that when a connection times out, the log message is not always the same.
There are 2 variations, one where the method and URL of the request are shown followed by request timeout and another one where only request timeout is shown.
I can’t figure out why one or the other variation is shown. There are some tests where I would like the URL to be shown and others where I don’t want that to reduce the log size.
Is there a way to force one variation or the other?
Thanks!