If you’re doing more of a REPL kind of development, it can be as easy as adding
RestClient.log = 'stdout'
to your code.
You can find other valid values in the docs.
If you’re doing more of a REPL kind of development, it can be as easy as adding
RestClient.log = 'stdout'
to your code.
You can find other valid values in the docs.