0.0.7 • Published 7 years ago

winston-zulip v0.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

winston-zulip

A winston logger for zulip.

Usage

const winston = require('winston');
require('winston-zulip');


winston.add(winston.transports.Zulip, {
  zulipUsername: '<username>',
  zulipApikey: '<apikey>',
  zulipRealm: '<your domain>',
  zulipTo: 'my awesome collegue',
  zulipSubject: 'admin rights'
});

winston.log('info', 'Hello distributed log files!');

apikey creation

http://yourdomain/#settings

apikeycreation

You can create your own apikey or create a bot and retreive it own apikey. For both of these solution, you can download a file that refer all needed variable.

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago