2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-27 13:33:13 +00:00

ASP.Net Support

This commit is contained in:
2024-09-08 22:37:54 +03:00
parent c8c291fe61
commit 7d9751501e
9 changed files with 176 additions and 1 deletions

View File

@ -0,0 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}