pino-socket icon indicating copy to clipboard operation
pino-socket copied to clipboard

🌲 A transport for sending pino logs to network sockets

Results 5 pino-socket issues
Sort by recently updated
recently updated
newest added

Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 5.1.0. Release notes Sourced from chai's releases. v5.1.0 What's Changed Remove useless guards and add parentheses to constuctors by @​koddsson in chaijs/chai#1593 Cleanup jsdoc comments...

dependencies
javascript

Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3 to 4. Release notes Sourced from actions/dependency-review-action's releases. v4.0.0 Update action to Node 20 by @​takost in actions/dependency-review-action#639 Dependabot updates, see the full changelog for more...

dependencies
github_actions

## The Issue I'm trying to use `pino-socket` as a transport to log to syslog via `/dev/log` on my Ubuntu 22.04 system using node 18. ```typescript import pino from 'pino';...

bug
good first issue

Hello! I'm using `pino-socket` to transport data to Logstash and everything works great except it seems to disconnect after about 15 minutes of no use. Enabling `reconnect` fixed the issue...

The test suite should be converted to [tap](https://node-tap.org/) to be consistent with other organization modules.

enhancement
good first issue