gpt4 book ai didi

node.js - NodeJS 元素的 Bunyan 顺序

转载 作者:太空宇宙 更新时间:2023-11-03 23:35:28 24 4
gpt4 key购买 nike

我使用的是bunyan,这是我在日志中写入的示例。

有没有办法改变打印字段的顺序?从此:

{"name":"appName","hostname":"ip","pid":5817,"level":30,"msg":"消息","时间":"2015-10-15T19:04:01.596Z","v":0}

对此:

{"时间":"2015-10-15T19:04:01.596Z","msg":"消息","name":"appName",“主机名”:“ip”,“pid”:5817,“级别”:30,“v”:0}

最佳答案

使用bunyan cli 获取更易读的日志。

一种选择是在启动应用程序时仅通过管道传输bunyan(假设您从根目录运行它)

$ node app.js | ./node_modules/.bin/bunyan

一个非常简短的版本是管道

$ node app.js | ./node_modules/.bin/bunyan -o short

搜索了一下,bunyan CLI 的功能很强大。

https://github.com/trentm/node-bunyan#cli-usage

关于node.js - NodeJS 元素的 Bunyan 顺序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33156614/

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