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

Configuration option to stop injected code from printing #12

Open
hderms opened this issue Jul 16, 2020 · 2 comments · May be fixed by #13
Open

Configuration option to stop injected code from printing #12

hderms opened this issue Jul 16, 2020 · 2 comments · May be fixed by #13

Comments

@hderms
Copy link

hderms commented Jul 16, 2020

I think it's helpful to print out things like:

Datadog env is not set
Datadog debug mode disabled

but we should at least provide an option to turn it off, given that a live app may have specific requirements about what is logged or in what format it is logged.

@alok1111
Copy link

I have another use case when one of those messages sounds unclear. We provide APM settings via environment variables, like "DD_ENV", "DD_SERVICE", etc. APM already sets corresponding global tags, so I don't need to put them in sbt-datadog configuration. Are there plans to merge this PR so I can disable those messages?

@guizmaii
Copy link
Contributor

guizmaii commented May 4, 2022

Hey guys,

I made a fork of this project (that I initially wrote) here which might contain the changes you're asking for.
See https://github.com/guizmaii/sbt-datadog

You can see the details of the changes of my fork in the releases page: https://github.com/guizmaii/sbt-datadog/releases/

Don't hesitate to make a PR/create an issue if you need anything ;)

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 a pull request may close this issue.

3 participants