Updated deploy script, and reduced logging noise

This commit is contained in:
Spencer Twaddle
2026-05-07 06:43:04 -05:00
parent 4fa35dadc3
commit 1c4cc3c79f
5 changed files with 83 additions and 6 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning"
}
},
"AllowedHosts": "budget.stwaddle.com",