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

3.x pull request. #42

Closed
wants to merge 7 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

Updated transport for winston 3.0

  • Loading branch information
OtterCode committed Jun 28, 2018
commit ad9ed3a9a07a55e66282a10c9062c9abd4ad4130
@@ -10,6 +10,7 @@ var events = require('events'),
loggly = require('node-loggly-bulk'),
util = require('util'),
winston = require('winston'),
Transport = require('winston-transport')
Stream = require('stream').Stream;

//
@@ -19,10 +19,17 @@
"type": "git",
"url": "https://github.com/loggly/winston-loggly-bulk.git"
},
"keywords": ["loggly", "logging", "sysadmin", "tools", "winston"],
"keywords": [
"loggly",
"logging",
"sysadmin",
"tools",
"winston"
],
"dependencies": {
"node-loggly-bulk": "^2.0.1",
"winston": "3.0.0"
"winston": "^3.0",
"winston-transport": "^4.2.0"
},
"devDependencies": {
"vows": "0.8.0"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.