fix(host): pin EF/AspNetCore logs to Warning in appsettings.Development
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
"MinimumLevel": {
|
||||
"Default": "Debug",
|
||||
"Override": {
|
||||
"Akka": "Information"
|
||||
"Akka": "Information",
|
||||
"Microsoft.EntityFrameworkCore": "Warning",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user