🚀 Feature: Expand "development" mode logs. #5732
Labels
enhancement
New feature or request
product / self-hosted
Issues only found when self-hosting Appwrite
8000
🔖 Feature description
As of now the setting of the
_APP_ENV
flag inside the.env
file affects only a few things in the output logs.Maybe, It could be a good idea to add another level:
In the
verbose
level, Appwrite will log any possible data.For example, this code can be something like this:
The
isDevelopment
can include theisVerbose
option - so no code change is required for this part - for example:"Of course, the log of each part with the
backtrace
can be enclosed inside a function.🎤 Pitch
Sometimes errors can have more details, and, getting the full backtrace can also help to get the big picture.
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: