Skip to content

Commit 83c2bc9

Browse files
committed
pkg/dxf: remove duplicate server-id in manager sampled log
1 parent b854dd2 commit 83c2bc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/dxf/framework/taskexecutor/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ func (m *Manager) handleTasks() {
186186
// enters 'modifying', as slots are allocated already, that's ok.
187187
tasks, err := m.taskTable.GetTaskExecInfoByExecID(m.ctx, m.id)
188188
if err != nil {
189-
m.sampleLogger.Error("failed to get executable task", zap.String("server-id", m.id), zap.Error(err))
189+
m.sampleLogger.Error("failed to get executable task", zap.Error(err))
190190
return
191191
}
192192

0 commit comments

Comments
 (0)