Add request logging

This commit is contained in:
2024-04-17 17:30:18 +02:00
parent 4bcf15cb14
commit 14757c3efe
2 changed files with 22 additions and 3 deletions

View File

@@ -2,7 +2,9 @@
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Microsoft.AspNetCore": "Warning",
"ConnectionsAPI.RequestLogger": "Trace",
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
}
},
"AllowedHosts": "*"