Skip to content

Commit

Permalink
fix(net config): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zuluecho9 committed Apr 27, 2022
1 parent 03c956e commit 3088f1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ You have three options to configure APM logs in context to send your app's logs
</applicationLogging>
```

This setting can also be adjusted by setting the environment variable `NEW_RELIC_APPLICATION_LOGGING_FOWARDING_MAX_SAMPLES_STORED`. The environment variable value, if present, takes precedence over the config file value.
This setting can also be adjusted by setting the environment variable `NEW_RELIC_APPLICATION_LOGGING_FORWARDING_MAX_SAMPLES_STORED`. The environment variable value, if present, takes precedence over the config file value.

If you have an existing log forwarding solution and are updating your agent to use automatic logs in context, be sure to **disable your manual log forwarder**. Otherwise, your app will be sending double log lines. Depending on your account, this could result in double billing. For more information, follow the procedures to disable your [specific log forwarder](/docs/logs/forward-logs/enable-log-management-new-relic#log-forwarding).

Expand Down

0 comments on commit 3088f1a

Please sign in to comment.