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

Task/add console log-print on failure to deliver log #65

Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Fixed #49

  • Loading branch information
grantcarthew committed May 25, 2017
commit 3fda9113c974ae9396b7e3879b4a82429c6cab89
2 lib/winston-loggly.js 100644 → 100755
@@ -113,7 +113,7 @@ Loggly.prototype.log = function (level, msg, meta, callback) {
callback(null, true);
}

return meta.tags
return meta && meta.tags
? 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.