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

Add NEW_RELIC_LOG_ENABLED as a BOOLEAN_VARS #203

Closed
wants to merge 1 commit into from

Conversation

jakecraige
Copy link
Contributor

You could not disable logging via an environment var not set in code because it
would not be converted to a boolean value properly.

This allows it to be set properly from the environment because the
BOOLEAN_VARS are converted to booleans.

You could not disable logging via an environment var not set in code because it
would not be converted to a boolean value properly.

This allows it to be set properly from the environment because the
`BOOLEAN_VARS` are converted to booleans.
@wraithan
Copy link
Contributor

@jakecraige wow, that's a pretty big whoops! Thanks for surfacing this. I'll chat with our team about getting this into the next release!

@wraithan
Copy link
Contributor

Currently running this PR against many versions of node to verify nothing unexpected happens.

@wraithan
Copy link
Contributor

@jakecraige this has been merge and released in v1.24.0 Thanks!

@wraithan wraithan closed this Nov 18, 2015
bizob2828 added a commit to bizob2828/node-newrelic that referenced this pull request Apr 19, 2024
ci: skip version 3.377.0 of aws sdk packages as they are broken
bizob2828 added a commit to bizob2828/node-newrelic that referenced this pull request Apr 23, 2024
ci: skip version 3.377.0 of aws sdk packages as they are broken
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

Successfully merging this pull request may close these issues.

None yet

2 participants