Skip to content

Commit

Permalink
Add PostgresQL transport to list of community transports (#1697)
Browse files Browse the repository at this point in the history
* Update transports.md

* fix link syntax

* use @pauleliet/winston-pg-native which is more up to date

* remove duplicate info from README
  • Loading branch information
remjx authored and DABH committed Sep 18, 2019
1 parent 22801e1 commit 4f44acb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/transports.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ there are additional transports written by
* [Mail](#mail-transport)
* [Newrelic](#newrelic-transport) (errors only)
* [Papertrail](#papertrail-transport)
* [PostgresQL](#postgresql-transport)
* [Pusher](#pusher-transport)
* [Sentry](#sentry-transport)
* [SimpleDB](#simpledb-transport)
Expand Down Expand Up @@ -651,6 +652,10 @@ The Papertrail transport connects to a [PapertrailApp log destination](https://p

*Metadata:* Logged as a native JSON object to the 'meta' attribute of the item.

### PostgresQL Transport

[@pauleliet/winston-pg-native](https://github.com/petpano/winston-pg-native) is a PostgresQL transport supporting Winston 3.X.

### Pusher Transport
[winston-pusher](https://github.com/meletisf/winston-pusher) is a Pusher transport.

Expand Down

0 comments on commit 4f44acb

Please sign in to comment.