-
Notifications
You must be signed in to change notification settings - Fork 31
trace-agent is not using the configured log_level #516
Comments
This works fine, but there is a small problem here, the correct logging level to set is |
Created #518 to fix this for 6.7.0 |
I confirm using |
Glad to hear! Thanks for confirming. I will close this issue once my PR gets merged then. In the next version (6.7.0) we should hopefully be consistent with the main agent and support both "warn" and "warning". |
Might I suggest to have a way to override it for the trace agent, for example an optional |
I'm not sure if there is any value in adding that. I think it would just increase confusion. Besides the issue you've already opened (#517), which is a valid claim that we should fix, I think there is no need for a new option. |
In my
/etc/datadog-agent/datadog.yml
I am setting thelog_level
like this:log_level: warning
This is correctly working for
datadog-agent
, buttrace-agent
is not using it and still outputsINFO
level logs, even if reading the config file:Environment
I am using the Chef cookbook to install Datadog on Debian.
The text was updated successfully, but these errors were encountered: