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
978
978
979
979
for full documentation of command line switches read [README](https://github.com/ovhemert/pino-papertrail#readme)
980
980
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
+
981
998
<a id="pino-roll"></a>
982
999
### pino-roll
983
1000
@@ -1002,23 +1019,6 @@ logger.info('Hello from pino-roll!');
1002
1019
` ` `
1003
1020
For full documentation check the [README](https://github.com/mcollina/pino-roll?tab=readme-ov-file#pino-roll).
1004
1021
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
-
1022
1022
<a id="pino-sentry"></a>
1023
1023
### pino-sentry
1024
1024
You can’t perform that action at this time.
0 commit comments