feat(rivetkit): gcp log level format for rivet compute#4542
feat(rivetkit): gcp log level format for rivet compute#4542
Conversation
|
🚅 Deployed to the rivet-pr-4542 environment in rivet-frontend
|
PR Review: feat(rivetkit): gcp log level format for rivet computeSummary: This PR adds GCP Cloud Logging severity mapping for pino when running on Rivet Compute, controlled by a new internal env var What's Good
Issues1.
2. Redundant In 3. GCP logger path silently drops The existing 4. In formatters: {
...formattersMixin,
level: pinoLevelToGcpSeverity,
},The 5. Non-standard parameter names in Pino's 6. No tests added No test files are included. At minimum, a unit test for Minor / Style
Summary
|

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: