Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Update pino #26

Merged
merged 1 commit into from
Jan 22, 2022
Merged

Update pino #26

merged 1 commit into from
Jan 22, 2022

Conversation

Kevan-Y
Copy link
Contributor

@Kevan-Y Kevan-Y commented Jan 21, 2022

Fixes #2499

Fix:

  • Update Pino
  • Fix deprecated prettyPrint
  • Switch from express-pino-logger to pino-http
  • Use pino-pretty instead of pino-colada
  • Standardize Dependencies

image

@Kevan-Y Kevan-Y requested a review from humphd January 21, 2022 01:06
package.json Outdated
"helmet": "4.6.0",
"http-errors": "^1.8.0",
"ioredis": "^4.27.1",
"ioredis-mock": "^5.5.5",
"jsonwebtoken": "^8.5.1",
"node-fetch": "^2.6.1",
"pino": "^6.11.3",
"pino-colada": "^2.1.0"
"pino": "^7.6.4",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a weird mix of pinned and ^ versions in this file. In a follow-up, we should standardize (probably on pinned like Telescope). cc @DukeManh.

src/app.js Show resolved Hide resolved
src/logger.js Show resolved Hide resolved
 * Switch from express-pino-logger to pino-http
 * Standardize Dependencies
@Kevan-Y Kevan-Y merged commit 466dc09 into DevelopingSpace:master Jan 22, 2022
@humphd
Copy link
Contributor

humphd commented Jan 22, 2022

We should do a release of Satellite this week to pick up this change and the node-fetch update that's coming.

cc Sheriffs: @AmasiaNalbandian, @DukeManh

@DukeManh
Copy link
Contributor

@humphd, I agree

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Satellite] update pino
3 participants