We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0097125 commit 913f8c5Copy full SHA for 913f8c5
1 file changed
bootstrap/services/logs/mysql_log.go
@@ -87,7 +87,7 @@ func (l *MysqlLog) Trace(ctx context.Context, begin time.Time, fc func() (sql st
87
88
for _, skip := range l.skips {
89
if strings.Index(sql, skip) != -1 {
90
- break
+ return
91
}
92
93
l.L.WithFields(log.Fields{"type": "query", "begin": begin, "row": rows, "t": float64(elapsed.Nanoseconds()) / 1e6}).Debug(sql)
0 commit comments