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

Update docs: inputToken --> token #14

Open
gavares opened this issue Jun 3, 2014 · 3 comments
Open

Update docs: inputToken --> token #14

gavares opened this issue Jun 3, 2014 · 3 comments

Comments

@gavares
Copy link

gavares commented Jun 3, 2014

git clone from master and then run npm test gives error:

/tmp/winston-loggly/lib/winston-loggly.js:36
    throw new Error('Loggly Customer token is required.');

Changing config option inputToken: myToken to token: myToken and the tests pass.

@adamhadani
Copy link
Contributor

👍
I could reproduce, and changing as mentioned above fixed it for me.
One test still fails though which I suspect is unrelated:

  An instance of the Loggly Transport when passed an input token the log() method when passed circular metadata
    ✗ should log messages to loggly
        » expected null, got undefined // winston-loggly-test.js:46

@indexzero
Copy link
Member

Could you rephrase your comment in the form of a pull-request?

@adamhadani
Copy link
Contributor

@indexzero opened PR #32

OtterCode pushed a commit to OtterCode/winston-loggly that referenced this issue Jun 22, 2018
…in-events

include timestamp in nodejs events
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