Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable pino logger #851

Merged
merged 22 commits into from
Aug 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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