@abeai/pino-websocket 中文文档教程
pino-websocket
该模块为 [pino][pino] 提供了一个简单转发的“传输” 消息到 websocket 套接字服务器。 该模块可以回显收到 日志或静默工作。
您应该全局安装 pino-websocket
以便于使用:
$ npm install -g @abeai/pino-websocket
Usage
给定一个通过 [pino][pino] 登录的应用程序 foo
和一个 webscoket 服务器 在 IP 10.10.10.5
上的端口 5000
上收集日志,您将使用 pino-websocket
像这样:
$ node foo | pino-websocket -a 10.10.10.5 -p 5000
pino-websocket
This module provides a "transport" for [pino][pino] that simply forwards messages to a websocket socket server. The module can echo the received logs or work silently.
You should install pino-websocket
globally for ease of use:
$ npm install -g @abeai/pino-websocket
Usage
Given an application foo
that logs via [pino][pino], and a webscoket server that collects logs on port 5000
on IP 10.10.10.5
, you would use pino-websocket
like so:
$ node foo | pino-websocket -a 10.10.10.5 -p 5000