@@ -48,7 +48,6 @@ there are additional transports written by
48
48
* [ Logsene] ( #logsene-transport ) (including Log-Alerts and Anomaly Detection)
49
49
* [ Logz.io] ( #logzio-transport )
50
50
* [ Mail] ( #mail-transport )
51
- * [ Newrelic] ( #newrelic-transport ) (errors only)
52
51
* [ Papertrail] ( #papertrail-transport )
53
52
* [ PostgresQL] ( #postgresql-transport )
54
53
* [ Pusher] ( #pusher-transport )
@@ -640,22 +639,6 @@ The Mail transport uses [node-mail][17] behind the scenes. Options are the foll
640
639
641
640
* Metadata:* Stringified as JSON in email.
642
641
643
- ### Newrelic Transport
644
-
645
- [ newrelic-winston] [ 23 ] is a Newrelic transport:
646
-
647
- ``` js
648
- const winston = require (' winston' );
649
- const Newrelic = require (' newrelic-winston' );
650
- logger .add (new Newrelic (options));
651
- ```
652
-
653
- The Newrelic transport will send your errors to newrelic and accepts the follwing optins:
654
-
655
- * __ env__ : the current evironment. Defatuls to ` process.env.NODE_ENV `
656
-
657
- If ` env ` is either 'dev' or 'test' the lib will _ not_ load the included newrelic module saving devs from anoying errors ;)
658
-
659
642
### Papertrail Transport
660
643
661
644
[ winston-papertrail] [ 27 ] is a Papertrail transport:
@@ -986,7 +969,6 @@ That's why we say it's a logger for just about everything
986
969
[ 20 ] : https://github.com/jorgebay/winston-cassandra
987
970
[ 21 ] : https://github.com/jpoon/winston-azuretable
988
971
[ 22 ] : https://github.com/rickcraig/winston-airbrake2
989
- [ 23 ] : https://github.com/namshi/winston-newrelic
990
972
[ 24 ] : https://github.com/sematext/winston-logsene
991
973
[ 25 ] : https://github.com/timdp/winston-aws-cloudwatch
992
974
[ 26 ] : https://github.com/lazywithclass/winston-cloudwatch
0 commit comments