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 support for named service tokens for logger metadata #15

Merged
merged 1 commit into from
Jul 7, 2020

Conversation

brettlyman
Copy link
Contributor

So our logging can display which service connected/authenticated

@@ -21,6 +21,10 @@ use Mix.Config
# config :logger, level: :info
#

config :logger, :console,
format: "\n$time $metadata [$level] $message",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this conflict with the config in BM? Will BM's format overwrite this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See response below -- the config from a dependency doesn't get used/imported, only the config of the actual project you're compiling/running.

config/config.exs Show resolved Hide resolved
@brettlyman brettlyman merged commit f3e4d71 into master Jul 7, 2020
@brettlyman brettlyman deleted the blyman/service-tokens branch July 7, 2020 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants