Skip to content

Commit

Permalink
Merge pull request #97 from pelias/set-default-for-json-logs
Browse files Browse the repository at this point in the history
Set default for JSON logs
  • Loading branch information
orangejulius authored Sep 1, 2018
2 parents 3d68fea + 0ce6eeb commit 5f35c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
}],
"log": [{
"type": "stdio",
"json": false,
"level": [ "error", "warning" ]
}]
},
Expand Down
1 change: 1 addition & 0 deletions test/expected-deep.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
}],
"log": [{
"type": "stdio",
"json": false,
"level": [ "error", "warning" ]
}]
},
Expand Down

0 comments on commit 5f35c28

Please sign in to comment.