pino-pretty icon indicating copy to clipboard operation
pino-pretty copied to clipboard

🌲Basic prettifier for Pino log lines

Results 66 pino-pretty issues
Sort by recently updated
recently updated
newest added

Detected this situation while running a code that prints a QR code to the terminal using [qrcode-terminal](https://github.com/gtanner/qrcode-terminal). It was using the `small` option, and checking the code, the lib seems...

Hi there, On my PC pino-pretty is not printing anything in the terminal. I've used it before in another project under nodejs10 and it worked smoothly. Is it possible nodejs14...

The documentation contains an example on how to use `pino-pretty` with Jest, setting the transport in sync mode. However, the example syntax seems invalid in TypeScript, see the attached screenshot....

Hi, I think it would be convenient to try loading config file (pino-pretty.config.js, etc) from the home directory of the current user by default. This would allow each developer to...

## Description In the Readme under [Programmatic Integration](https://github.com/pinojs/pino-pretty#programmatic-integration) it is stated that pino-pretty should be added as dev-dependency and then be configured as following: ``` const pino = require('pino') const...

Currently JSON is printed with single color. It would be nice to add syntax highlighting which would make it easier to read especially in the single-line mode.

good first issue

pino@7 now stores a logged error object on the `err` key instead of fusing it into the top-level of the log object. However, pino-pretty only checks for the old structure...

I want to set the colorized version of a message to something other than cyan. Is there an easy way to do this?

https://github.com/pinojs/pino-pretty/blob/d9fc678fb546c466e9df02cd8eb4da35a8c26e7e/lib/utils.js#L226 Why delete the msg if its a number?