mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	bug 10417: don't log vmdata in debug
This commit is contained in:
		
							parent
							
								
									d196f1262f
								
							
						
					
					
						commit
						9171407113
					
				@ -21,10 +21,14 @@ package com.cloud.agent.api.routing;
 | 
			
		||||
import java.util.ArrayList;
 | 
			
		||||
import java.util.List;
 | 
			
		||||
 | 
			
		||||
import com.cloud.agent.api.LogLevel;
 | 
			
		||||
import com.cloud.agent.api.LogLevel.Log4jLevel;
 | 
			
		||||
 | 
			
		||||
public class VmDataCommand extends NetworkElementCommand {
 | 
			
		||||
    
 | 
			
		||||
	String vmIpAddress;
 | 
			
		||||
	String vmName;
 | 
			
		||||
	@LogLevel(Log4jLevel.Trace)
 | 
			
		||||
	List<String[]> vmData;
 | 
			
		||||
	
 | 
			
		||||
    protected VmDataCommand() {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user