Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 bunyan 记录各种信息、错误等。有几次日志消息包含我不想记录的敏感信息。有没有办法在实际记录之前过滤 bunyan 记录器中的日志消息?
您可以创建一个简单的序列化程序来检查该敏感信息并在记录发生之前将其删除。
https://github.com/trentm/node-bunyan#serializers