Hey everyone, I'm about to start working with Appwrite for my Flutter app and i was looking through the documentation for the self-hosted version. In this it says:
`Error Reporting
By default, your Appwrite installation comes with error reporting turned off. You can turn it on in dev mode to try and debug issues or report problems.
In production, it is highly recommended to turn error reporting off. To do so, make sure the Appwrite container environment variable _APP_ENV is set to production and not development.`
Can someone elaborate to why the recommendation is to turning off the reporting for production?
Hey,
I think it's due to the simple fact that every logging will add a few milliseconds to your overall request.
I don't think is from security reasons, as if someone gained access to the server that would be the least of your worries..
Ahhh okey, that makes a lot of sense. So then it could still be a good choice to keep it on during the MVP and perhaps a short time after, just to make sure to log bugs and be able to build a more stable, mature product.
thanks @Binyamin
Imo, yes.
Recommended threads
- Current User is Not authorized
recreating same Thread
- Account Status
Hello! I'm a student and am in the GitHub Student Organization, and according to GitHub, I am recieving pro membership via the Student Dev Pack. However, when I...
- Refund Request - Just purchased 2 mins a...
Hello Appwrite Team! I am a student and like 2 minutes ago I purchased Appwrite Pro ($15) because I had reached a limit on the number of attributes in a collect...