diff --git a/db/executor.go b/db/executor.go index ab81c1c9..f4cb6beb 100644 --- a/db/executor.go +++ b/db/executor.go @@ -206,7 +206,6 @@ func (e *executor) conduct(ctx context.Context, stm sql.Statement) { logKeyVars: ctx.Value(ctxKeyVars), logKeyTime: time.Since(e.time).String(), logKeyError: detail(e.err), - logKeyStack: string(debug.Stack()), }).Errorln(stm) } }