Fix: Logger print JSON and Numbers (#5916)
* Fix: Logger print JSON and Numbers * fix test
This commit is contained in:
committed by
Antonio Davi Macedo Coelho de Castro
parent
4c1be61bed
commit
470bb238b5
@@ -19,7 +19,7 @@ function configureTransports(options) {
|
||||
{
|
||||
filename: 'parse-server.info',
|
||||
json: true,
|
||||
format: format.combine(format.timestamp(), format.json()),
|
||||
format: format.combine(format.timestamp(), format.splat(), format.json()),
|
||||
},
|
||||
options
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user