const winston = require('winston'); // for development logger.add(new winston.transports.Console({ format: winston.format.simple(), }));
確定! 回上一頁