File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -978,6 +978,23 @@ node yourapp.js | pino-papertrail --host bar.papertrailapp.com --port 12345 --ap
978978
979979for full documentation of command line switches read [README](https://github.com/ovhemert/pino-papertrail#readme)
980980
981+ <a id="pino-pg"></a>
982+ ### pino-pg
983+ [pino-pg](https://www.npmjs.com/package/pino-pg) stores logs into PostgreSQL.
984+ Full documentation in the [README](https://github.com/Xstoudi/pino-pg).
985+
986+ <a id="pino-redis"></a>
987+ ### pino-redis
988+
989+ [pino-redis][pino-redis] loads pino logs into [Redis][Redis].
990+
991+ ` ` ` sh
992+ $ node app .js | pino- redis - U redis: // username:password@localhost:6379
993+ ` ` `
994+
995+ [pino-redis]: https://github.com/buianhthang/pino-redis
996+ [Redis]: https://redis.io/
997+
981998<a id="pino-roll"></a>
982999### pino-roll
9831000
@@ -1002,23 +1019,6 @@ logger.info('Hello from pino-roll!');
10021019` ` `
10031020For full documentation check the [README](https://github.com/mcollina/pino-roll?tab=readme-ov-file#pino-roll).
10041021
1005- <a id="pino-pg"></a>
1006- ### pino-pg
1007- [pino-pg](https://www.npmjs.com/package/pino-pg) stores logs into PostgreSQL.
1008- Full documentation in the [README](https://github.com/Xstoudi/pino-pg).
1009-
1010- <a id="pino-redis"></a>
1011- ### pino-redis
1012-
1013- [pino-redis][pino-redis] loads pino logs into [Redis][Redis].
1014-
1015- ` ` ` sh
1016- $ node app .js | pino- redis - U redis: // username:password@localhost:6379
1017- ` ` `
1018-
1019- [pino-redis]: https://github.com/buianhthang/pino-redis
1020- [Redis]: https://redis.io/
1021-
10221022<a id="pino-sentry"></a>
10231023### pino-sentry
10241024
You can’t perform that action at this time.
0 commit comments