bug 10417: don't log vmdata in debug

This commit is contained in:
Alex Huang 2011-06-23 11:08:06 -07:00
parent d196f1262f
commit 9171407113

View File

@ -21,13 +21,17 @@ 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() {
protected VmDataCommand() {
}
@Override