We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would love to use one-line-logger like this.
one-line-logger
node app.js | @fastify/one-line-logger
it it possible and in the scope of this repo? i would like to contribute on it
No response
The text was updated successfully, but these errors were encountered:
Not sure if pino is sponsoring this approach as it is called "legacy" in its docs: https://github.com/pinojs/pino/blob/master/docs/transports.md#legacy-transports
Opinions @climba03003 ?
From my point of view, I like the pipe operator 👍🏼
Sorry, something went wrong.
@Eomm there's pino-pretty which is not legacy. https://github.com/pinojs/pino-pretty
pino-pretty
So do something like https://github.com/pinojs/pino-pretty/blob/master/bin.js
We should probably find a better term than "legacy" in the pino docs.
We can go with simple script that pipe the stdin to Transform first.
stdin
Transform
Note that this feature is only useful in development. Welcome for PR.
Successfully merging a pull request may close this issue.
Prerequisites
🚀 Feature Proposal
I would love to use
one-line-logger
like this.node app.js | @fastify/one-line-logger
it it possible and in the scope of this repo?
i would like to contribute on it
Motivation
No response
Example
No response
The text was updated successfully, but these errors were encountered: