Serilog settings
Information on the serilog settings section
Default configuration
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"System": "Warning"
}
}
}Specifying minimum log level
Changing the log level for specific namespaces
Logging to a different output
Changing the Umbraco 'sink'
Adding a custom log property to all log items
Last updated
Was this helpful?