New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

winston-logentries-transport

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winston-logentries-transport

A Logentries transport for winston

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

winston-logentries-transport

NPM version Build Status Coverage Status

A Logentries transport for Winston.

Install

NPM
$ npm install winston-logentries-transport

Node.js

var winston = require('winston');
var Logentries = require('winston-logentries-transport').Logentries;

winston.add(new Logentries({ token: 'YOUR TOKEN HERE' });

Configuration Options

When you create the transport you can supply the following options:

  • token (string) Required. Logentries destination token uuid
  • secure (Boolean) Optional. Use tls for communication, default is false
  • levels (Map) Optional. Custom log levels, default is syslog-style
  • printerror (Boolean) Optional. Print errors to STDERR with console.error, default is true
  • timestamp (Boolean) Optional. Autogenerate a timestamp, default is true
  • usequotes (Boolean) Optional. Add double quotes around every field, default is false

License

MIT

Keywords

FAQs

Package last updated on 21 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc