winston-ses

0.0.4 • Public • Published

winston-ses

A Amazon SES transport for winston. Inspired by winston-graylog2 transport and amazon-ses.

Installation

Tested on node-0.6.x, requires npm.

  $ npm install winston-ses

Usage

  var winston = require('winston');
  winston.add(require('winston-ses').Ses, options);

Options are the following:

  • level: Level of messages this transport should log. (default: info)

  • silent: Boolean flag indicating whether to suppress output. (default: false)

  • sesAccessKey: Your SES access key.

  • sesSecretKey: Your SES secret key.

  • sesFrom: From email address.

  • sesTo: To email address (can be an array of email addesses or a string)

  • sesSubject: Email subject line

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    10
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    10
  • 0.0.3
    1
  • 0.0.2
    2
  • 0.0.1
    1

Package Sidebar

Install

npm i winston-ses

Weekly Downloads

4

Version

0.0.4

License

none

Last publish

Collaborators

  • bchew