Skip to content

Commit 21af7df

Browse files
author
YangSen-qn
committed
chore: optimize log
1 parent e4201f6 commit 21af7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iqshell/common/flow/flow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func (f *Flow) Start() {
128128

129129
if workInfo == nil || workInfo.Work == nil {
130130
if !hasMore {
131-
log.Info("work producer get work completed")
131+
log.Debug("work producer get work completed")
132132
break
133133
} else {
134134
log.Info("work producer get work fail: work in empty")

0 commit comments

Comments
 (0)