newrelic / aws-log-ingestion

AWS Serverless Application that sends log data from CloudWatch Logs to New Relic Infrastructure - Cloud Integrations.
Apache License 2.0
52 stars 77 forks source link

Set default value of `NRLoggingEnabled` Parameter to True #122

Closed AkhilReddyS-NR closed 2 months ago

AkhilReddyS-NR commented 2 months ago
CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

maya-jha commented 2 months ago
  1. Can you add details of testing done.
  2. Also add the Jira/github issue id.
AkhilReddyS-NR commented 2 months ago
  1. Can you add details of testing done.
  2. Also add the Jira/github issue id.

Added the details of testing and Jira Id to the desription.

maya-jha commented 2 months ago

Can you update README.md and remove


* To set `LOGGING_ENABLED`: `sam build ... --parameter-overrides 'ParameterKey=NRLoggingEnabled,ParameterValue=True'`
* To set `LOGGING_ENABLED`: `export LOGGING_ENABLED=True` (prior to deploy)```