gpt4 book ai didi

node.js - 查询 Winston 日志

转载 作者:搜寻专家 更新时间:2023-10-31 22:39:23 24 4
gpt4 key购买 nike

我正在使用 winston用于登录 node.js 应用程序。

我看到有 query 的选项

该示例展示了如何使用选项 from 和 to。

我的问题是

  1. 还有哪些其他选择?
  2. 如何指定应该查询的文件?

最佳答案

我遇到了同样的问题。

至少可以在Winston's transport.js 中找到一些选项。在函数 Transport.prototype.normalizeQuery 中。

这里有一个简短的总结:

options.rows, options.limit = how many results to return. default is 10;

options.start = starting row offset. default is 0

options.from = date string or date object for starting limit. default is now -24 hours

options.until = date string or date object for ending limit. default is now

options.order = either 'asc' or 'desc' order. default is 'desc'

options.fields = which fields to return. default is undefined (which returns all)

关于node.js - 查询 Winston 日志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17755173/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com