From 33638bdd360c33cb9b90c0c9d4f134596693d80b Mon Sep 17 00:00:00 2001 From: saingchildren <80457007+saingchildren@users.noreply.github.com> Date: Thu, 30 Apr 2026 09:25:01 +0800 Subject: [PATCH] fix: let Dapper don't show sql command in terminal --- GeoPulse Pipeline/appsettings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GeoPulse Pipeline/appsettings.json b/GeoPulse Pipeline/appsettings.json index 61acbb1..57c3587 100644 --- a/GeoPulse Pipeline/appsettings.json +++ b/GeoPulse Pipeline/appsettings.json @@ -5,7 +5,8 @@ "Logging": { "LogLevel": { "Default": "Information", - "Microsoft.AspNetCore": "Warning" + "Microsoft.AspNetCore": "Warning", + "Npgsql": "Warning" } }, "AllowedHosts": "*",