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

Allow setting the logger to use Logger #67

Merged
merged 2 commits into from
Dec 2, 2018

Conversation

binaryseed
Copy link
Contributor

Traditionally, New Relic agents push our log messages to a specific file, primarily for easy access to them if someone needs support. This PR adds another setting which enables them to be sent to the standard Elixir Logger if someone wants that.

Opt-in by:

config :new_relic_agent, log: "Logger"

closes #64

@binaryseed binaryseed merged commit 8b04ec4 into newrelic:master Dec 2, 2018
@binaryseed binaryseed deleted the allow-elixir-logger branch December 2, 2018 05:39
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.

Logger formatting
1 participant