We use a lot of console.x statements to ship logs to cloud watch. It would probably be better to:
- Consolidate logging in some kind of service so we can dump out the full logs when there is an error, but otherwise not be so verbose
- Audit what we're logging, we can probably avoid sending some sensitive data into the logs
We use a lot of
console.xstatements to ship logs to cloud watch. It would probably be better to: