Skip to content

Commit

Permalink
fix(Logs): Add contraction
Browse files Browse the repository at this point in the history
  • Loading branch information
rhetoric101 committed Mar 29, 2024
1 parent 1e11d4a commit 247883c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ SELECT count(apm.service.logging.lines) FROM Metric WHERE (entity.guid = 'AN_ENT
If you don't want to see the logging metrics chart, you can turn it off—but not at the account level. To disable logging metrics, see the dedicated APM configuration docs for your agent (for example, [this `logging_metrics` config option for PHP](/docs/apm/agents/php-agent/configuration/php-agent-configuration/#cfg-application_logging_metrics-enabled)).

<Callout variant="important">
If you disable logging metrics, that does not turn off the APM log forwarding feature. To stop forwarding APM logs, see [Manage or disable APM logs in context](/docs/logs/logs-context/disable-automatic-logging/).
If you disable logging metrics, that doesn't turn off the APM log forwarding feature. To stop forwarding APM logs, see [Manage or disable APM logs in context](/docs/logs/logs-context/disable-automatic-logging/).
</Callout>

## Prevent duplicate logs [#duplicate-logs]
Expand Down

0 comments on commit 247883c

Please sign in to comment.