zhou12189108 commited on
Commit
a26bed7
1 Parent(s): 88263aa

Upload logger.js

Browse files
Files changed (1) hide show
  1. logger.js +1 -2
logger.js CHANGED
@@ -30,8 +30,7 @@ if (process.env.NODE_ENV !== 'production') {
30
  logger.add(new winston.transports.Console({
31
  format: winston.format.combine(
32
  winston.format.colorize(),
33
- timestampInBeijing(), // 使用自定义时间戳格式化函数
34
- winston.format.metadata({ fillExcept: ['message', 'level', 'timestamp', 'label'] }),
35
  myFormat
36
  ),
37
  }));
 
30
  logger.add(new winston.transports.Console({
31
  format: winston.format.combine(
32
  winston.format.colorize(),
33
+ timestampInBeijing(), // 使用自定义时间戳格式化函
 
34
  myFormat
35
  ),
36
  }));