- APM .NET Agent: other versions:
- Introduction
- Set up the Agent
- NuGet packages
- Supported technologies
- Configuration
- Public API
- OpenTelemetry Bridge
- Metrics
- Logs
- Performance tuning
- Troubleshooting
- Upgrading
- Release notes
Supportability configuration options
editSupportability configuration options
editLogLevel
editSets the logging level for the agent.
Valid options: Critical
, Error
, Warning
, Info
, Debug
, Trace
and None
(None
disables the logging).
The UseElasticApm()
extension offers an overload to pass an IConfiguration
instance to the agent.
When configuring your agent in this way, as is typical in an ASP.NET Core application,
you must instead set the LogLevel
for the internal APM logger under the Logging
section of appsettings.json
. More details, including a sample configuration file are available in Configuration on ASP.NET Core.
Environment variable name | IConfiguration or Web.config key |
---|---|
|
|
Default | Type |
---|---|
|
String |
On this page
Was this helpful?
Thank you for your feedback.