-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
- Node Version: 18.5.0
- Midway Version(Decorator/Core): 3.3.6
- Component Name/Version: @midwayjs/[email protected]
- Platform:
- Mini Showcase Repository:
logger.info('%s', '%Y-%m-%d')
// 应该输出
// %Y-%m-%d
// 实际输出
// %Y-%m-NaN在@midwayjs/logger中使用util.format对%s部分格式化一遍,然后到了winston里又被splat格式化了一遍,导致日志中输出错误。
Metadata
Metadata
Assignees
Labels
No labels