What/Why: When we run docker logs locally, we cannot see the logger logs that would have been emitted if it had been in Prod env. We would have to manually go to every log or mess with LoggerWrapper locally and put in a breakpoint to see them. It would be valuable to just have these going in our logger as it gets triggered.
How: add console.log() to log() function of wrapper