Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

winston.transports.Rsyslog == undefined #7

Open
tbenade opened this issue Oct 28, 2015 · 1 comment
Open

winston.transports.Rsyslog == undefined #7

tbenade opened this issue Oct 28, 2015 · 1 comment
Labels

Comments

@tbenade
Copy link

tbenade commented Oct 28, 2015

Hi, logging been working a treat then some odd "undefined" behaviour today.

var winston = require('winston');
require('winston-rsyslog2');
console.dir(winston.transports.Rsyslog);

// > undefined

package.json dependencies

"dependencies": {
    "winston": "^1.0.2",
    "winston-rsyslog2": "0.0.5"
  }

any ideas why the Rsyslog transport would be undefined?

@imsky
Copy link
Owner

imsky commented Oct 29, 2015

weird, i'll check it out

@imsky imsky added the bug label Oct 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants