UNPKG

auth0-tenant-to-tenant-user-migration-tool

Version:
10 lines 526 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const winston_1 = require("winston"); const logger = (0, winston_1.createLogger)({ level: 'info', format: winston_1.format.combine(winston_1.format.colorize(), winston_1.format.timestamp({ format: 'YYYY-MM-DD HH:mm:ss' }), winston_1.format.printf(({ timestamp, level, message }) => `${timestamp} [${level}]: ${message}`)), transports: [new winston_1.transports.Console()], }); exports.default = logger; //# sourceMappingURL=logger.js.map