blob: df83ec5ef197a42dd1e496b06ea84d5645dc3744 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Information",
"Microsoft.AspNetCore.Routing": "Warning",
"Microsoft.AspNetCore.Mvc": "Warning"
}
}
}
|