feat: enable request logging for development environment

This commit is contained in:
2025-07-16 21:25:13 +02:00
parent 09bc6637a8
commit b84de07941
2 changed files with 14 additions and 11 deletions

View File

@@ -2,7 +2,8 @@
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Microsoft.AspNetCore": "Information"
}
}
},
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information"
}