按顺序写下winston日志消息(按时间顺序)?

时间:2016-03-01 22:23:10

标签: javascript logging winston

很难读取不是连续的日志文件。是否可以按时间顺序显示winston的日志消息? (或者,Winston写条目时控制的因素是什么?)

例如,我有一个日志输出,其中包含一个以毫秒为单位的日期/时间。

2016-02-25 21:34:07.671 INFO  ...
2016-02-25 21:34:07.692 INFO  ...
2016-02-25 21:34:07.690 DEBUG  ...   <-- time goes backwards
2016-02-25 21:34:07.692 INFO  ...
2016-02-25 21:34:07.691 DEBUG  ...   <-- and again
2016-02-25 21:34:07.692 DEBUG  ...
2016-02-25 21:34:07.692 DEBUG  ...

注意:生成时间戳的代码位于:https://github.com/winstonjs/winston/issues/802

0 个答案:

没有答案