Access Functions logs in the Netlify Drawer
You may have noticed a new icon in your Netlify Drawer when using Deploy Previews.
We’ve added a Functions logs tab to collaborative Deploy Previews to help with monitoring and troubleshooting a specific deploy.
Test and troubleshoot with collaboration tools
The Netlify Drawer provides access to tools that team Owners, Collaborators, and Reviewers can use to test and troubleshoot specific site deploys.
Monitor logs
Owners and Collaborators can access the deploy log and serverless function logs in the Netlify Drawer to help with monitoring and troubleshooting a specific deploy.
To find details about the deploy, open the Deploy Logs tab of the Netlify Drawer. Visit our deploy log docs for more information.
You can access serverless function logs by opening the Function logs tab in the Netlify Drawer and selecting a function to check out its latest log contents for the current session. Visit our Function logs docs for more information.
Accessing function logs from within the drawer automatically scopes the logs to the Deploy Preview you are looking at, and applies a time range from the moment you start your page session until now (latest). You no longer need to manually filter out production logs in a given time window to pull up function logs triggered in a Deploy Preview.
Active serverless functions are listed here in Netlify Drawer Functions logs tab:
You can select a function to check out its latest log contents for the current session, all from within the Netlify Drawer:
let us know what you think by commenting below!