Fix: Logger print JSON and Numbers (#5916)

* Fix: Logger print JSON and Numbers

* fix test
This commit is contained in:
Diamond Lewis
2019-08-13 20:44:03 -05:00
committed by Antonio Davi Macedo Coelho de Castro
parent 4c1be61bed
commit 470bb238b5
3 changed files with 100 additions and 2 deletions

View File

@@ -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
)