Skip to content

Commit

Permalink
Update docs/configuration.asciidoc
Browse files Browse the repository at this point in the history
Co-Authored-By: Brandon Morelli <[email protected]>
  • Loading branch information
Vadim Hatsura and bmorelli25 authored Jul 12, 2019
1 parent bde79cc commit 6368cb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ NOTE: By simply calling `app.UseElasticApm()` without the overload, the agent wi
==== Sample configuration file

Below is a sample `appsettings.json` configuration file for a typical ASP.NET Core application. There are two important takeaways:

1. The part below `ElasticApm` is fetched by the agent if the corresponding `IConfiguration` is passed to the agent.
2. With ASP.NET Core, you must set `LogLevel for the internal APM logger in the standard `Logging` section with the `ElasticApm` category name.

Expand Down

0 comments on commit 6368cb3

Please sign in to comment.