Skip to content

Commit

Permalink
feat(feedback): added instructions to disable auto logfs
Browse files Browse the repository at this point in the history
  • Loading branch information
akristen committed Oct 31, 2023
1 parent 09a6f52 commit 36a4298
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,13 @@ If you don't see any logs for errors or traces, there may not be any for your ap

## Disable automatic logging [#disable-automatic]

APM logs in context automatically forwards <InlinePopover type="apm" /> agent log data and is enabled by default. This can have a negative impact on your security, compliance, billing, or system performance. For more information, or if you need to adjust the default setting, follow the procedures to [disable automatic logging](/docs/logs/logs-context/disable-automatic-logging).
APM logs in context automatically forwards <InlinePopover type="apm" /> agent log data and is enabled by default. This can have a negative impact on your security, compliance, billing, or system performance. To disable automatic logs:

Check notice on line 293 in src/content/docs/logs/logs-context/java-configure-logs-context-all.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] src/content/docs/logs/logs-context/java-configure-logs-context-all.mdx#L293

[Microsoft.Passive] 'is enabled' looks like passive voice.
Raw output
{"message": "[Microsoft.Passive] 'is enabled' looks like passive voice.", "location": {"path": "src/content/docs/logs/logs-context/java-configure-logs-context-all.mdx", "range": {"start": {"line": 293, "column": 92}}}, "severity": "INFO"}

1. From the [user menu](/docs/accounts/accounts-billing/general-account-settings/intro-account-settings) in the New Relic UI, click **Manage your data > Log settings**.
2. Click the ellipsis **...** menu at the right side of the account's row.

Check warning on line 296 in src/content/docs/logs/logs-context/java-configure-logs-context-all.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] src/content/docs/logs/logs-context/java-configure-logs-context-all.mdx#L296

[Microsoft.Ellipses] In general, don't use an ellipsis.
Raw output
{"message": "[Microsoft.Ellipses] In general, don't use an ellipsis.", "location": {"path": "src/content/docs/logs/logs-context/java-configure-logs-context-all.mdx", "range": {"start": {"line": 296, "column": 25}}}, "severity": "WARNING"}
3. Click the confirmation button to enable or disable and lock or unlock automatic logging (parent accounts) or enable or disable only (child accounts).

For more information, or if you need to adjust the default setting, follow the procedures to [disable automatic logging](/docs/logs/logs-context/disable-automatic-logging).

## Manual logs in context option [#enable-logs-java]

Expand Down

0 comments on commit 36a4298

Please sign in to comment.