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

Bug: child loggers are named after their father #135

Closed
osher opened this issue Nov 29, 2016 · 3 comments
Closed

Bug: child loggers are named after their father #135

osher opened this issue Nov 29, 2016 · 3 comments

Comments

@osher
Copy link
Contributor

osher commented Nov 29, 2016

Scenario

create a parent log and a child log

> const l1 = require('pino')({name: 'parent'}), l2 = l1.child({name:'son'})
undefined

Expect

> l2.name
'son'

Found

>l2.name
'parent'

More info

> require('pino/package').version
'3.0.1'
@osher
Copy link
Contributor Author

osher commented Nov 30, 2016

this one is quite straight-forward.
Anybody?

@jsumners
Copy link
Member

See the discussion on your PR #138

@mcollina mcollina closed this as completed Dec 1, 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

No branches or pull requests

3 participants