chore: reduce logging
Build and Push Docker Images / build-backend (pull_request) Successful in 1m18s
Build and Push Docker Images / build-frontend (pull_request) Successful in 23s

This commit is contained in:
2026-06-05 15:02:39 +10:00
parent 8d7351d57b
commit 7e2d58d308
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
}
},
"AllowedOrigins": [
+3 -1
View File
@@ -2,7 +2,9 @@
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
}
},
"AllowedHosts": "*",