We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
weird, i'll check it out
Sorry, something went wrong.
No branches or pull requests
Hi, logging been working a treat then some odd "undefined" behaviour today.
package.json dependencies
any ideas why the Rsyslog transport would be undefined?
The text was updated successfully, but these errors were encountered: