Supportability configuration options
Sets the logging level for the agent.
Valid options: Critical
, Error
, Warning
, Info
, Debug
, Trace
and None
(None
disables the logging).
Important
The AddElasticApm()
extension enables configuration, 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 |
---|---|
ELASTIC_APM_LOG_LEVEL |
ElasticApm:LogLevel |
Default | Type |
---|---|
Error |
String |