Removes the hard coded value for DD_LOG_LEVEL in applicationHost.xdt since it prevents other log levels from being set
Sets DD_REMOTE_CONFIGURATION_ENABLED to false by default
Bumps .NET Extension version to 2.54.001
Motivation
Allow for better troubleshooting by setting DD_LOG_LEVEL to debug
Disable remote config by default to prevent slow loading times
Additional Notes
Remote Config is enabled by default as of Datadog Agent version 7.47.0 but requires an org level setting to be enabled and the API Key to have remote config enabled. I inadvertently had this setup in a test environment and experienced slow loading times. Let's disable remote config by default since it's not supported in the AAS environment.
What does this PR do?
DD_LOG_LEVEL
inapplicationHost.xdt
since it prevents other log levels from being setDD_REMOTE_CONFIGURATION_ENABLED
tofalse
by defaultMotivation
DD_LOG_LEVEL
todebug
Additional Notes
Remote Config is enabled by default as of Datadog Agent version 7.47.0 but requires an org level setting to be enabled and the API Key to have remote config enabled. I inadvertently had this setup in a test environment and experienced slow loading times. Let's disable remote config by default since it's not supported in the AAS environment.
https://github.com/DataDog/datadog-agent/releases/tag/7.47.0
Describe how to test/QA your changes