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 3 compatibility #39

Closed
wants to merge 7 commits into from
4 lib/winston-loggly.js 100644 → 100755
@@ -141,7 +141,11 @@ Loggly.prototype.log = function (level, msg, meta, callback) {
callback(err, true);
}

<<<<<<< HEAD

This comment has been minimized.

@mostlyjason

mostlyjason Jun 25, 2018

looks like there might be an merge conflict you need to resolve?

return (meta && meta.tags)
=======
return meta && meta.tags
>>>>>>> 0feed30d2ec0acd6f6d7260aca6b6de71ca50c76
? this.client.log(message, meta.tags, logged)
: this.client.log(message, logged);
};
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.