File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const winston = require('winston');
2
2
3
3
const logger = winston . createLogger ( {
4
4
level : process . env . NODE_ENV === 'production' ? 'info' : 'debug' ,
5
- format : winston . format . simple ( ) ,
5
+ format : winston . format . combine ( winston . format . splat ( ) , winston . format . simple ( ) ) ,
6
6
transports : [ new winston . transports . Console ( ) ] ,
7
7
} ) ;
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const winston = require('winston');
2
2
3
3
const logger = winston . createLogger ( {
4
4
level : process . env . NODE_ENV === 'production' ? 'info' : 'debug' ,
5
- format : winston . format . simple ( ) ,
5
+ format : winston . format . combine ( winston . format . splat ( ) , winston . format . simple ( ) ) ,
6
6
transports : [ new winston . transports . Console ( ) ] ,
7
7
} ) ;
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const winston = require('winston');
2
2
3
3
const logger = winston . createLogger ( {
4
4
level : process . env . NODE_ENV === 'production' ? 'info' : 'debug' ,
5
- format : winston . format . simple ( ) ,
5
+ format : winston . format . combine ( winston . format . splat ( ) , winston . format . simple ( ) ) ,
6
6
transports : [ new winston . transports . Console ( ) ] ,
7
7
} ) ;
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const winston = require('winston');
2
2
3
3
const logger = winston . createLogger ( {
4
4
level : process . env . NODE_ENV === 'production' ? 'info' : 'debug' ,
5
- format : winston . format . simple ( ) ,
5
+ format : winston . format . combine ( winston . format . splat ( ) , winston . format . simple ( ) ) ,
6
6
transports : [ new winston . transports . Console ( ) ] ,
7
7
} ) ;
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const winston = require('winston');
2
2
3
3
const logger = winston . createLogger ( {
4
4
level : process . env . NODE_ENV === 'production' ? 'info' : 'debug' ,
5
- format : winston . format . simple ( ) ,
5
+ format : winston . format . combine ( winston . format . splat ( ) , winston . format . simple ( ) ) ,
6
6
transports : [ new winston . transports . Console ( ) ] ,
7
7
} ) ;
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const winston = require('winston');
2
2
3
3
const logger = winston . createLogger ( {
4
4
level : process . env . NODE_ENV === 'production' ? 'info' : 'debug' ,
5
- format : winston . format . simple ( ) ,
5
+ format : winston . format . combine ( winston . format . splat ( ) , winston . format . simple ( ) ) ,
6
6
transports : [ new winston . transports . Console ( ) ] ,
7
7
} ) ;
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const winston = require('winston');
2
2
3
3
const logger = winston . createLogger ( {
4
4
level : process . env . NODE_ENV === 'production' ? 'info' : 'debug' ,
5
- format : winston . format . simple ( ) ,
5
+ format : winston . format . combine ( winston . format . splat ( ) , winston . format . simple ( ) ) ,
6
6
transports : [ new winston . transports . Console ( ) ] ,
7
7
} ) ;
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const winston = require('winston');
2
2
3
3
const logger = winston . createLogger ( {
4
4
level : process . env . NODE_ENV === 'production' ? 'info' : 'debug' ,
5
- format : winston . format . simple ( ) ,
5
+ format : winston . format . combine ( winston . format . splat ( ) , winston . format . simple ( ) ) ,
6
6
transports : [ new winston . transports . Console ( ) ] ,
7
7
} ) ;
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const winston = require('winston');
2
2
3
3
const logger = winston . createLogger ( {
4
4
level : process . env . NODE_ENV === 'production' ? 'info' : 'debug' ,
5
- format : winston . format . simple ( ) ,
5
+ format : winston . format . combine ( winston . format . splat ( ) , winston . format . simple ( ) ) ,
6
6
transports : [ new winston . transports . Console ( ) ] ,
7
7
} ) ;
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const winston = require('winston');
2
2
3
3
const logger = winston . createLogger ( {
4
4
level : process . env . NODE_ENV === 'production' ? 'info' : 'debug' ,
5
- format : winston . format . simple ( ) ,
5
+ format : winston . format . combine ( winston . format . splat ( ) , winston . format . simple ( ) ) ,
6
6
transports : [ new winston . transports . Console ( ) ] ,
7
7
} ) ;
8
8
You can’t perform that action at this time.
0 commit comments