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

feature: support winston 3 #47

Closed
wants to merge 20 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add new flag

  • Loading branch information
Shweta Jain
Shweta Jain committed Jun 28, 2018
commit 7e8cfdbeecabca184611b9b07408387f826a9bc8
@@ -57,7 +57,8 @@ var Loggly = exports.Loggly = function (options) {
token: options.token,
tags: tags,
isBulk: options.isBulk || false,
bufferOptions: options.bufferOptions || {size: 500, retriesInMilliSeconds: 30 * 1000}
bufferOptions: options.bufferOptions || {size: 500, retriesInMilliSeconds: 30 * 1000},
networkErrorsOnConsole: options.networkErrorsOnConsole || false
});

this.timestamp = options.timestamp === false ? false : true;
@@ -21,7 +21,7 @@
},
"keywords": ["loggly", "logging", "sysadmin", "tools", "winston"],
"dependencies": {
"node-loggly-bulk": "^2.0.1",
"node-loggly-bulk": "2.2.3-beta",
"winston": "3.0.0"
},
"devDependencies": {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.