Doc says : To protect user privacy, the request and response objects are not logged to the Appwrite Console by default.
How can I enable it ? Learning how Appwrite work, may help me on my first steps.
(I would like to see the body / parameters in the execution detail panel)
You can log it yourself using the log function while debugging/developing
OK so there is no way to use that uselful UI ?
You will not see the request params, request body, or response body automatically here in the console. You must log whatever you want to see and look in the logs tab
Recommended threads
- router_deployment_not_found
I updated my function a few times and now i am getting the error: router_deployment_not_found I even reverted back to my original code but i am still getting th...
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...