-
Notifications
You must be signed in to change notification settings - Fork 56
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
Pino-pretty logger transport throws in the built dist #474
Milestone
Comments
it's working well on my side? |
|
|
In this part, logger was run successfully, |
ygrishajev
added a commit
that referenced
this issue
Nov 28, 2024
ygrishajev
added a commit
that referenced
this issue
Nov 28, 2024
github-project-automation
bot
moved this to Backlog (not prioritized)
in Client Product and Engineering Roadmap
Dec 3, 2024
anilmurty
moved this from Backlog (not prioritized)
to Released (in Prod)
in Client Product and Engineering Roadmap
Dec 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
npm run build -w apps/api
node apps/api/dist/server.js
EXP: api boots up on defined port
ACT: an error thrown
Error: unable to determine transport target for "pino-pretty"
This is of a low prio as the only case when it's an issue if we set STD_OUT_LOG_FORMAT to pretty in deployed env, which never happens. We only need this in local dev env.
Still we'd like this to be fixed.
The text was updated successfully, but these errors were encountered: