Skip to content

Commit

Permalink
fix: print also detox process id to plain text logs (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph authored Aug 1, 2018
1 parent 89244a1 commit 6561e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detox/src/utils/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function createPlainBunyanStream({ logPath, level }) {
const options = {
showDate: false,
showLoggerName: true,
showPid: false,
showPid: true,
showMetadata: false,
basepath: __dirname,
prefixers: {
Expand Down

0 comments on commit 6561e14

Please sign in to comment.