File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- const createLogger = require ( './logger' ) ;
2
1
const BuffLog = require ( 'bufflog' ) ;
3
2
const onFinished = require ( 'on-finished' ) ;
4
3
const { getRequestDataToLog } = require ( './lib/utils' ) ;
@@ -52,7 +51,6 @@ module.exports = function middleware(options) {
52
51
} else {
53
52
BuffLog . info ( msg , info ) ;
54
53
}
55
-
56
54
} ) ;
57
55
58
56
next ( ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bufferapp/logger" ,
3
- "version" : " 0.9 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " Logging for Buffer.com's node applications" ,
5
5
"main" : " logger.js" ,
6
6
"scripts" : {
34
34
"eslint-plugin-jsx-a11y" : " ^1.2.3" ,
35
35
"eslint-plugin-react" : " ^5.1.1" ,
36
36
"istanbul" : " ^0.4.3" ,
37
- "mocha" : " ^2.5.3 " ,
37
+ "mocha" : " ^7.1.0 " ,
38
38
"msgpack-lite" : " ^0.1.26"
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments