diff --git a/server/log_operation_manager.go b/server/log_operation_manager.go index c6f3b7352c..961406e30a 100644 --- a/server/log_operation_manager.go +++ b/server/log_operation_manager.go @@ -341,7 +341,7 @@ func (l *LogOperationManager) getLogsAndExecutePass(ctx context.Context) error { start := time.Now() count, err := l.logOperation.ExecutePass(ctx, logID, &l.info) if err != nil { - glog.Warningf("ExecutePass(%v) failed: %v", logID, err) + glog.Errorf("ExecutePass(%v) failed: %v", logID, err) continue }