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
- Functions in cloud console not works
please advise as all of my runing functions on Appwrite console was working before , but now it give this error [Invalid `headers` param: Value must be a valid...
- [SOLVED] Production down - createExecuti...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- [SOLVED] CreateRow is doing ListRows on ...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...