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

this.name = 'syslog'; missing in npm version #11

Closed
hereandnow opened this issue May 2, 2013 · 3 comments
Closed

this.name = 'syslog'; missing in npm version #11

hereandnow opened this issue May 2, 2013 · 3 comments

Comments

@hereandnow
Copy link

as the title says, this is missing in the npm-registry-version. could you just publish the current github master?

@ryyppy
Copy link

ryyppy commented Jan 21, 2015

Had the same headscratching moment too, when I realized that the github-version has a name, the NPM version doesn't ... and also it is not possible to manually set it afterwards, because of readonly-protection (which in my opinion is a terrible idea in JS :-) ).

If you just need the name for transport removal..try logger.remove({"name" : "syslog"}) instead. Works like a charm!

@santigimeno
Copy link
Member

Fixed in 2750b51. It should be in the next published version

@ryyppy
Copy link

ryyppy commented Dec 22, 2015

Really cool to see this finally fixed 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants