mirror of
				https://github.com/kubeshark/kubeshark.git
				synced 2025-11-04 07:50:39 +00:00 
			
		
		
		
	Infof and Debugf in places we use formatting (#102)
* no message * no message
This commit is contained in:
		@@ -51,7 +51,7 @@ func main() {
 | 
			
		||||
		tapTargets := getTapTargets()
 | 
			
		||||
		if tapTargets != nil {
 | 
			
		||||
			tap.SetFilterAuthorities(tapTargets)
 | 
			
		||||
			rlog.Info("Filtering for the following authorities:", tap.GetFilterIPs())
 | 
			
		||||
			rlog.Infof("Filtering for the following authorities: %v", tap.GetFilterIPs())
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		harOutputChannel, outboundLinkOutputChannel := tap.StartPassiveTapper(tapOpts)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user