@zuechai added a lot of standard logging to server routes in PR #61. These are super helpful when looking at the server log to understand issues that Dan or others report. But, a lot of the routes are missing the standard logger.info(). For example, all of the routes in https://github.com/grassrootsgrocery/admin-portal/blob/main/server/routes/messaging.ts are not logging. All backend server routes should always do a logger.info() immediately when called in the same style as the others.
@zuechai added a lot of standard logging to server routes in PR #61. These are super helpful when looking at the server log to understand issues that Dan or others report. But, a lot of the routes are missing the standard logger.info(). For example, all of the routes in https://github.com/grassrootsgrocery/admin-portal/blob/main/server/routes/messaging.ts are not logging. All backend server routes should always do a logger.info() immediately when called in the same style as the others.