Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Newer syslog
Browse files Browse the repository at this point in the history
  • Loading branch information
theneubeck committed Jan 21, 2019
1 parent c3f9bac commit d79ee0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"exp-config": "^2.0.1",
"prom-client": "^10.2.2",
"winston": "^3.1.0",
"winston-syslog": "^1.0.0",
"winston-syslog": "^2.0.0",
"winston-transport": "^3.2.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/logger-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ describe("logger", () => {
describe("location", () => {
logger.info("message");
const log = transport.logs.shift();
log.location.should.eql("test/logger-test.js:113");
log.location.should.eql("test/logger-test.js:108");
});
});
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1498,9 +1498,10 @@ which@^1.2.9:
dependencies:
isexe "^2.0.0"

winston-syslog@^1.0.0:
version "1.2.6"
resolved "https://registry.yarnpkg.com/winston-syslog/-/winston-syslog-1.2.6.tgz#4e7990ed0a9f1932187ddd6ec9e038357980961f"
winston-syslog@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/winston-syslog/-/winston-syslog-2.0.0.tgz#e41330ecffe37c1971e5d1144eff9ace32d5ba2c"
integrity sha512-20915SaP9DzXoY9gcb9Efyj+mKz4marNKadryDfgF3BwV2eqloN9drFa71P/+28hW61foUiLfRPeeVauwuimzQ==
dependencies:
cycle "~1.0.3"
glossy "0.x.x"
Expand Down

0 comments on commit d79ee0e

Please sign in to comment.