Skip to content

Commit 4087826

Browse files
authored
Fix order of pino-roll (#2167)
1 parent cea2715 commit 4087826

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/transports.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,23 @@ node yourapp.js | pino-papertrail --host bar.papertrailapp.com --port 12345 --ap
978978
979979
for 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
```
10031020
For 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

0 commit comments

Comments
 (0)