12 lines
256 B
JSON
12 lines
256 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"ConnectionsAPI.RequestLogger": "Trace",
|
|
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|