Can i view Node output?

I have a node app deployed. How can i view the console output just as i would if you ran a node command in the terminal? Is this even possible?

Ahh, I think you mean the deploy log?

I’m attaching our documentation on this.

1 Like

Thanks Sam, but in the end i went down a different route. I am using Netlify functions and am able to see the output in the function logs which is quite useful.