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
- TablesDB can't be used in Appwrite Funct...
I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...