调整Kestrel日志等级

This commit is contained in:
xljiulang 2021-07-30 23:22:24 +08:00
parent ca9880f2fc
commit bedc825ff3

View File

@ -30,7 +30,7 @@
"Yarp": "Warning",
"System": "Warning",
"Microsoft": "Warning",
"Microsoft.AspNetCore.Server.Kestrel": "None"
"Microsoft.AspNetCore.Server.Kestrel": "Error"
}
}
}