Currently if you are using serverless functions within App Platform, the only way to get any logs from them is to export logs to a third-party service. Seriously,
console.log('Hello World')
won't show up unless you sign up for either Logtail or Datadog. This is really not good for people getting started with Serverless Functions on DigitalOcean and is a major deterrent for using this platform as opposed to literally any other cloud platform with functions.