Skip to content

Commit

Permalink
Merge pull request #851 from EYBlockchain/david/logger-pino
Browse files Browse the repository at this point in the history
Enable pino logger
  • Loading branch information
druiz0992 authored Aug 9, 2022
2 parents 8279464 + 75cf789 commit 2fa3892
Show file tree
Hide file tree
Showing 54 changed files with 15,910 additions and 2,841 deletions.
4,159 changes: 3,898 additions & 261 deletions apps/challenger/package-lock.json

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions apps/challenger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
"cors": "^2.8.5",
"express": "^4.17.3",
"express-fileupload": "^1.3.1",
"pino": "^8.3.1",
"pino-pretty": "^8.1.0",
"reconnecting-websocket": "^4.4.0",
"web3": "^1.6.1",
"winston": "^3.3.3",
"ws": "^8.2.3",
"reconnecting-websocket": "^4.4.0"
"ws": "^8.2.3"
}
}
4,153 changes: 3,896 additions & 257 deletions apps/proposer/package-lock.json

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions apps/proposer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
"cors": "^2.8.5",
"express": "^4.17.3",
"express-fileupload": "^1.3.1",
"pino": "^8.3.1",
"pino-pretty": "^8.1.0",
"reconnecting-websocket": "^4.4.0",
"web3": "^1.6.1",
"winston": "^3.3.3",
"ws": "^8.2.3",
"reconnecting-websocket": "^4.4.0"
"ws": "^8.2.3"
}
}
4,159 changes: 3,898 additions & 261 deletions apps/synchronizer/package-lock.json

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions apps/synchronizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
"cors": "^2.8.5",
"express": "^4.17.3",
"express-fileupload": "^1.3.1",
"pino": "^8.3.1",
"pino-pretty": "^8.1.0",
"reconnecting-websocket": "^4.4.0",
"web3": "^1.6.1",
"winston": "^3.3.3",
"ws": "^8.2.3",
"reconnecting-websocket": "^4.4.0"
"ws": "^8.2.3"
}
}
Loading

0 comments on commit 2fa3892

Please sign in to comment.