From 096895b4257062cb74c7a4f0a124c99ba5b16ec8 Mon Sep 17 00:00:00 2001 From: neilpdx Date: Fri, 18 Oct 2024 16:48:05 -0700 Subject: [PATCH] Update php-agent-configuration.mdx Updated config option from incorrect name: newrelic.application_logging.forward.enabled to correct name: newrelic.application_logging.forwarding.enabled (Correct name shown a few lines below this) --- .../agents/php-agent/configuration/php-agent-configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/apm/agents/php-agent/configuration/php-agent-configuration.mdx b/src/content/docs/apm/agents/php-agent/configuration/php-agent-configuration.mdx index efc7c68fb35..a141251dfd9 100644 --- a/src/content/docs/apm/agents/php-agent/configuration/php-agent-configuration.mdx +++ b/src/content/docs/apm/agents/php-agent/configuration/php-agent-configuration.mdx @@ -1553,7 +1553,7 @@ Keep in mind that changing your settings in your local agent configuration file If you're using a [supported logging framework](/docs/logs/logs-context/configure-logs-context-php), you can direct the agent to forward your app logs to New Relic. -* `newrelic.application_logging.forward.enabled` enables or disables log forwarding +* `newrelic.application_logging.forwarding.enabled` enables or disables log forwarding * `newrelic.application_logging.forwarding.max_samples_stored` limits how many logs your app forwards to New Relic * `newrelic.application_logging.forwarding.log_level` lets you choose what kinds of logs your app forwards to New Relic