DataDog / serverless-plugin-datadog

Serverless plugin to automagically instrument your Lambda functions with Datadog
Apache License 2.0
96 stars 49 forks source link

Improve doc for logLevel option #542

Closed lym953 closed 1 month ago

lym953 commented 1 month ago

Motivation

Our doc for logLevel option is causing confusion to some users, making them think it can control which user logs are forwarded to Datadog, as shown in https://github.com/DataDog/serverless-plugin-datadog/issues/541

What does this PR do?

Improve the doc to clarify what this option does and doesn't do.

Testing Guidelines

Check the rendered README.md. Looks fine.

Additional Notes

Thanks @astuyve and @purple4reina for explaining that this option does.

Types of changes

Check all that apply