mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Optimize log output
This commit is contained in:
		@@ -348,7 +348,7 @@ func (jm *Controller) updateJob(old, cur interface{}) {
 | 
			
		||||
			total := time.Duration(*curADS) * time.Second
 | 
			
		||||
			// AddAfter will handle total < passed
 | 
			
		||||
			jm.queue.AddAfter(key, total-passed)
 | 
			
		||||
			klog.V(4).Infof("job ActiveDeadlineSeconds updated, will rsync after %d seconds", total-passed)
 | 
			
		||||
			klog.V(4).Infof("job %q ActiveDeadlineSeconds updated, will rsync after %d seconds", key, total-passed)
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user