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

When message contains double quote (") pretty doesn't print pretty #70

Closed
charlesread opened this issue Jul 14, 2016 · 1 comment · Fixed by #71
Closed

When message contains double quote (") pretty doesn't print pretty #70

charlesread opened this issue Jul 14, 2016 · 1 comment · Fixed by #71

Comments

@charlesread
Copy link

var pino = require('pino')
var pretty = pino.pretty()
pretty.pipe(process.stdout)
var log = pino({
name: 'app',
safe: true
}, pretty)

log.info('This has a double quote: " ')
log.info('This does not')

{"pid":61920,"hostname":"mpb.local","name":"app","level":30,"msg":"This has a double quote: " ","time":1468521356677,"v":1}
[2016-07-14T18:35:56.682Z] INFO (app/61920 on mpb.local): This does not

mcollina added a commit that referenced this issue Jul 15, 2016
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant