Skip to content

Commit

Permalink
fix(net agent): fix logging callout
Browse files Browse the repository at this point in the history
  • Loading branch information
zuluecho9 committed Apr 11, 2022
1 parent 803dd42 commit 08259f5
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3086,7 +3086,12 @@ request.headers.user-agent
</Callout>

### Application logging [#application_logging]



<Callout variant="important">
These configuration options are only available for .NET agent version 9.7.0 or higher.
</Callout>

The `applicationLogging` element is a child of the `configuration` element. Use `applicationLogging` to configure instrumentation of your application's logging activity.

There are three main sub-features:
Expand Down Expand Up @@ -3115,10 +3120,6 @@ NEW_RELIC_APPLICATION_LOGGING_FORWARDING_MAX_SAMPLES_STORED="10000"
NEW_RELIC_APPLICATION_LOGGING_LOCAL_DECORATING_ENABLED="false"
```

<Callout variant="important">
This configuration option is only available in the .NET agent v9.7.0 or higher.
</Callout>

The `applicationLogging` element supports the following attributes and sub-elements:

<CollapserGroup>
Expand Down

0 comments on commit 08259f5

Please sign in to comment.