mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 18:15:41 +00:00
18 lines
709 B
JSON
18 lines
709 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore.Routing.EndpointMiddleware": "Information",
|
|
"Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware": "Information",
|
|
"Microsoft.AspNetCore": "Trace", //Warning
|
|
"Microsoft.AspNetCore.Mvc": "Warning", //Warning
|
|
"Microsoft.AspNetCore.HostFiltering": "Warning", //Warning
|
|
"Microsoft.AspNetCore.Cors": "Warning", //Warning
|
|
"Microsoft.AspNetCore.server.Kestrel": "Information",
|
|
"Microsoft.AspNetCore.Routing.Matching.DfaMatcher": "Information",
|
|
// "Microsoft.EntityFrameworkCore": "Warning"
|
|
"Microsoft.EntityFrameworkCore.Database.Command": "Debug"
|
|
}
|
|
}
|
|
}
|