Where do I see the function logs? I created them using this documentation, tried log and context.log https://appwrite.io/docs/products/functions/develop and I dont see them in the cloud appwrite console anywhere. They are not showing up under deployment logs for the function deployment either.
#Function logs
4 messages · Page 1 of 1 (latest)
In executions and logs
Thanks. Another quick questions. Whats up with all the deployments racking up everytime we update the git. Do they get cleaned up automatically or do we have to delete them manually
They are some fall back feature, assuming you might break up something while trying to improve. Which is bad in production. So instead of fixing the code directly and making a deployment it gives you an option to fall back to prev working version. Untill the issue is fixed you have time to work on instead of making the feature shut off temporarily