Skip to main content

Logging

VariableDefaultDescription
Logging__LogLevel__DefaultInformationDefault log level
Logging__LogLevel__Microsoft.AspNetCoreWarningWeb framework logs
Logging__LogLevel__Microsoft.EntityFrameworkCoreWarningDatabase query logs

Log Levels

Trace, Debug, Information, Warning, Error, Critical

Example

environment:
- Logging__LogLevel__Default=Warning
- Logging__LogLevel__Microsoft.AspNetCore=Warning