Function logs
Selecting a serverless function from the list on your site’s Functions page will open the log for that function.
# Log contents
Netlify displays a running log for the last hour of activity, including:
- Start of each invocation
- Any
console.log()
statements you include in your function code - Log statements as each background function is executed
# Branch deploys and Deploy Previews
By default, the Functions list displays the serverless functions in the current production deploy. To find functions on another deploy, you can use the dropdown at the top of the list. You can start typing to jump to a particular branch, or find a Deploy Preview by number.
Did you find this doc useful?
Your feedback helps us improve our docs.