gpt4 book ai didi

node.js - 使用winston (node.js) 时在控制台中显示未捕获的异常

转载 作者:太空宇宙 更新时间:2023-11-04 00:26:24 25 4
gpt4 key购买 nike

这是我正在使用的代码:

 var winston = require('winston');
winston.add(winston.transports.File, { filename: 'test.log', handleExceptions: true, humanReadableUnhandledException: true });
throw "test";

在 test.log 中,winston 确实正确记录了错误。

但我也希望它像平常一样在控制台中显示错误。

这可能吗?

最佳答案

将控制台传输添加到winston,以及现有的文件传输:

 winston.add(winston.transports.Console, options)

https://github.com/winstonjs/winston/blob/master/docs/transports.md#console-transport

关于node.js - 使用winston (node.js) 时在控制台中显示未捕获的异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42618959/

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