fix: let Dapper don't show sql command in terminal

This commit is contained in:
saingchildren 2026-04-30 09:25:01 +08:00
parent bedaaa800f
commit 33638bdd36

View File

@ -5,7 +5,8 @@
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Microsoft.AspNetCore": "Warning",
"Npgsql": "Warning"
}
},
"AllowedHosts": "*",