...
When you search the logs (using search option “By response”) you will see the fields you selected as options in the search settings:
...
...
Using logger.log()
The logger.log() function can be used in the code for any block. The function accepts both strings and objects, but objects will be stringified. Null and undefined values will be logged as empty strings.
...