Skip to content

seigneur/winston-mattermost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winston-mattermost

A [mattermost][mattermost] transport for [winston][winston].

Index

Install

npm install -S winston winston-mattermost

Usage

var winston = require('winston');
var mattermost = require('winston-mattermost').Mattermost;

var options = {
  "webhook_url": "webhook url from Mattermost",
  "channel": "channel",
  "level": "level to log"
}

winston.add(mattermost, options)

Credits

License

[MIT][license-url] [license-url]: LICENSE [mattermost]: http://http://www.mattermost.org/ [winston]: https://github.com/flatiron/winston [npm-url]: https://npmjs.org/package/winston-mattermost

About

A Mattermost transport for winston

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published