createLogger({ level: "debug", format: winston.format.json(), transports: [new winston.transports.Console()], }); module.exports = logger;.
確定! 回上一頁