fix: sql执行记录根据关键词搜索问题修复等

This commit is contained in:
meilin.huang
2025-06-22 10:52:06 +08:00
parent 7eb4d064ea
commit 54d3a5b368
31 changed files with 305 additions and 322 deletions

View File

@@ -52,7 +52,7 @@ func (i *LogInfo) WithLogResp() *LogInfo {
return i
}
const DefaultLogFrames = 10
const DefaultLogFrames = 18
func LogHandler(rc *Ctx) error {
if rc.Conf == nil || rc.Conf.logInfo == nil {