How can you log variable values in Postman? A How can you log variable values in Postman? Category: API Testing using Postman We can log the variable values in the console by using the following command: console.log(pm.variables.get(“variable_name”));