Skip to content

Commit

Permalink
fix(.net config): fixing some precedence wording
Browse files Browse the repository at this point in the history
  • Loading branch information
zuluecho9 committed Jun 5, 2023
1 parent 9036060 commit c2b6177
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,10 @@ Here are details about the configuration methods shown in the diagram, and their

<td>
Configuration settings set in these files take highest precedence.

However, if the agent is disabled in the local or global newrelic.config, the NewRelic.AgentEnabled settings in these files will be ignored.

If the agent is disabled in the local or global `newrelic.config`, the `NewRelic.AgentEnabled` settings in an `appsettings.json` these files **will enable the agent**.

However, if the agent is disabled in the local or global `newrelic.config`, the `NewRelic.AgentEnabled` settings in a `web.config` or `app.config` **will be ignored**.
If the agent is disabled in the local or global `newrelic.config`:
* The `NewRelic.AgentEnabled` settings in `appsettings.json` **will enable the agent**.
* The `NewRelic.AgentEnabled` settings in a `web.config` or `app.config` file **will be ignored**.

</td>
</tr>
Expand Down Expand Up @@ -3419,7 +3417,7 @@ For ASP.NET and .NET Framework console apps you can also configure the following
```

<Callout variant="important">
If the agent is disabled in the local or global `newrelic.config`, the `NewRelic.AgentEnabled` settings in these files will enable the agent.
If the agent is disabled in the local or global `newrelic.config`, the `NewRelic.AgentEnabled` settings in these files will **not** enable the agent.
</Callout>
</Collapser>

Expand Down

0 comments on commit c2b6177

Please sign in to comment.