UNPKG

gcp-logs

Version:

Package that standardizes logs for GCP, specifically for NestJS

9 lines (8 loc) 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.initLogger = void 0; const nest_winston_1 = require("nest-winston"); function initLogger(app) { app.useLogger(app.get(nest_winston_1.WINSTON_MODULE_NEST_PROVIDER)); } exports.initLogger = initLogger;