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

Fix logging #339

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Fix logging #339

merged 1 commit into from
Dec 3, 2024

Conversation

mxiao-cll
Copy link
Contributor

https://stackoverflow.com/questions/71938587/unable-to-determine-transport-target-for-pino-pretty

For some reason it is now throwing error in deployments after version bump

Copy link
Contributor

github-actions bot commented Dec 3, 2024

NPM Publishing labels 🏷️

🟢 This PR has valid version labels and will cause a patch bump.

@mxiao-cll mxiao-cll added the patch label Dec 3, 2024
@mxiao-cll mxiao-cll requested a review from a team December 3, 2024 16:02
},
transport: process.env['DEBUG'] === 'true' ? debugTransport : undefined,
})
process.env['DEBUG'] === 'true' ? stream : undefined,
Copy link
Contributor

Choose a reason for hiding this comment

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

you don't need to set transport here?

@mxiao-cll mxiao-cll merged commit 3e25eb6 into main Dec 3, 2024
9 of 10 checks passed
@mxiao-cll mxiao-cll deleted the log branch December 3, 2024 18:36
Copy link
Contributor

github-actions bot commented Dec 3, 2024

🚀 Successfully created version bump PR: #340

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

Successfully merging this pull request may close these issues.

2 participants