样式调整
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 23s
Docker Build & Deploy / Deploy to Production (push) Successful in 9s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s

This commit is contained in:
孙诚
2026-01-12 16:58:51 +08:00
parent a8da1c6a70
commit 5cac4d6dde
3 changed files with 29 additions and 15 deletions

View File

@@ -111,7 +111,7 @@ var fsql = new FreeSqlBuilder()
.UseMonitorCommand(
cmd =>
{
Log.Debug("执行SQL: {Sql}", cmd.CommandText);
Log.Verbose("执行SQL: {Sql}", cmd.CommandText);
}
)
.Build();