NestJS: Why does custom DB-logger (implementing TypeOrmLogger) only show DB-requests in log, not DB-responses
In my NestJS service, I’ve implemented a custom DB logger, which is meant to log both the before (requests), as well as the after (DB responses) info. I’ve done this by implementing the suggested interface class TypeOrmLogger. From: https://typeorm.io/logging
NestJS: Why does custom DB-logger (implementing TypeOrmLogger) only show DB-requests in log, not DB-responses
In my NestJS service, I’ve implemented a custom DB logger, which is meant to log both the before (requests), as well as the after (DB responses) info. I’ve done this by implementing the suggested interface class TypeOrmLogger. From: https://typeorm.io/logging