You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what happened:
The documentation describes how to debug usage of the log forwarding lambda in AWS, by setting the DD_LOG_LEVEL environment variable, unfortunately this variable is not exposed by the Cloudformation template and so cannot be configured (at least, not without manually changing the configuration of the lambda).
Describe what you expected:
There should be a DdLogLevel template parameter to the Cloudformation template.
Steps to reproduce the issue:
Deploy the Cloudformation template and attempt to the DD_LOG_LEVEL environment variable on the lambda.
The text was updated successfully, but these errors were encountered:
Describe what happened:
The documentation describes how to debug usage of the log forwarding lambda in AWS, by setting the
DD_LOG_LEVEL
environment variable, unfortunately this variable is not exposed by the Cloudformation template and so cannot be configured (at least, not without manually changing the configuration of the lambda).Describe what you expected:
There should be a DdLogLevel template parameter to the Cloudformation template.
Steps to reproduce the issue:
Deploy the Cloudformation template and attempt to the
DD_LOG_LEVEL
environment variable on the lambda.The text was updated successfully, but these errors were encountered: