Skip to content

Commit

Permalink
Update php-agent-configuration.mdx
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
neilpdx authored Oct 18, 2024
1 parent 9ced5c9 commit 096895b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 096895b

Please sign in to comment.