diff --git a/src/content/docs/release-notes/logs-release-notes/logs-24-09-12.mdx b/src/content/docs/release-notes/logs-release-notes/logs-24-09-12.mdx new file mode 100644 index 00000000000..8cd47f0647d --- /dev/null +++ b/src/content/docs/release-notes/logs-release-notes/logs-24-09-12.mdx @@ -0,0 +1,17 @@ +--- +subject: Logs +releaseDate: '2024-09-12' +version: '240912' +--- + +### Update to AWS-log-ingestion Lambda function + +Users no longer need to manually enable logging for New Relic. The `NRLoggingEnabled` parameter is now set to `true` by default. + +### Changed + +The default value of the `NRLoggingEnabled` parameter for the New Relic Lambda function has been changed from `false` to `true`. Users were required to manually enable this parameter to forward logs to New Relic, adding an extra step to the setup process. This change simplifies the setup process and ensures logs are automatically sent to New Relic. + +### Notes + +To stay up to date the most recent fixes and enhancements, subscribe to our [Logs RSS feed](/docs/release-notes/logs-release-notes/). \ No newline at end of file diff --git a/src/install/aws-logs/cloudwatch/basic-cloudwatch.mdx b/src/install/aws-logs/cloudwatch/basic-cloudwatch.mdx index c1fdf7d7936..ee012db2e20 100644 --- a/src/install/aws-logs/cloudwatch/basic-cloudwatch.mdx +++ b/src/install/aws-logs/cloudwatch/basic-cloudwatch.mdx @@ -59,7 +59,9 @@ Complete the following: - Determines if logs are forwarded to New Relic. **Required.** To turn on logging, set this to `true`. + Determines if logs are forwarded to New Relic. By default, this is set to `true`. **Required.** + + Ensure this is set to `true` to turn on logging.