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

Error message support in winston-loggly-bulk #30

Merged
merged 1 commit into from Jan 3, 2018
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Error message support in winston-loggly-bulk

  • Loading branch information
Shweta Jain
Shweta Jain committed Jan 2, 2018
commit 58461d17c2dcac4682e1cfc599a9db0fb2a8648c
@@ -119,7 +119,7 @@ Loggly.prototype.log = function (level, msg, meta, callback) {
self = this;

message.level = level;
message.message = msg;
message.message = msg || message.message;

//
// Helper function for responded to logging.
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.