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

WARNING | dd.forwarder | forwarder(ddagent.py:175) | You are a Datadog user so we will send data to https://app.datadoghq.com #1856

Closed
ssbarnea opened this issue Aug 25, 2015 · 2 comments
Assignees
Milestone

Comments

@ssbarnea
Copy link

WARNING | dd.forwarder | forwarder(ddagent.py:175) | You are a Datadog user so we will send data to https://app.datadoghq.com

This line is clearly wrong:
https://github.com/DataDog/dd-agent/blame/master/ddagent.py#L107

I do not see any reason why this would be a warning, when that's the expected behaviour. This should be at INFO level OR even DEBUG one, but clearly not an warning.

@yannmh yannmh added this to the 5.5.0 milestone Aug 25, 2015
@yannmh yannmh self-assigned this Aug 25, 2015
@yannmh
Copy link
Member

yannmh commented Aug 25, 2015

I agree with you. We'll change this message LOG level in the 5.5.0.

Thanks again @ssbarnea !

@remh
Copy link

remh commented Aug 25, 2015

I'll write that here for posterity:

The reason was that older versions of the Agent that were bundling Pup (https://github.com/DataDog/dd-agent/tree/4.0.0/pup) could be used without a Datadog account so we wanted to warn users when data was sent to Datadog.

yannmh added a commit that referenced this issue Aug 25, 2015
`use_dd` is deprecated and always set to `True`. Remove it to improve
code readability.

Fix #1856.
@talwai talwai modified the milestones: 5.6.0, 5.5.0 Sep 1, 2015
urosgruber pushed a commit to urosgruber/dd-agent that referenced this issue Dec 23, 2015
`use_dd` is deprecated and always set to `True`. Remove it to improve
code readability.

Fix DataDog#1856.
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

4 participants