Skip to content

Enable pino logger #851

New issue

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

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

Already on ? Sign in to your account

Merged
merged 22 commits into from
Aug 9, 2022
Merged
Show file tree
Hide file tree
Changes from 4 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,069 changes: 3,938 additions & 131 deletions apps/challenger/package-lock.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions apps/challenger/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -17,9 +17,11 @@
"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,071 changes: 3,940 additions & 131 deletions apps/proposer/package-lock.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions apps/proposer/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -17,9 +17,11 @@
"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,069 changes: 3,938 additions & 131 deletions apps/synchronizer/package-lock.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions apps/synchronizer/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -17,9 +17,11 @@
"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