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
- payment
I’ve never used this service. I remember signing up a long time ago but completely forgot about it. I’ve been receiving emails, but since the payments were fai...
- Problem with Google Workspace at DNS Rec...
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't w...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...