So, this is my first question here and I'm pretty sure I'd break some guidelines even despite having read the tips on asking good questions.
So I have a NodeJS code that I've just to deploy to production. I want to add logging for obvious reasons, but I am also aware the GCP implements cloud logging and I've used its error-reporting feature a couple of times to debug my code.
So is it still necessary to implement logging for my codebase, seeing as cloud logging offers almost the same feature (if not better)?
I am about to try implementing logging (with either Pino, Winston, or Morgan)