don't print some fields in StartConsoleProxyAgentHttpHandlerCommand

This commit is contained in:
anthony 2011-05-17 17:12:22 -07:00
parent c90bd9fdb0
commit 6672db47c8

View File

@ -1,9 +1,14 @@
package com.cloud.agent.api.proxy;
import com.cloud.agent.api.Command;
import com.cloud.agent.api.LogLevel.Log4jLevel;
import com.cloud.agent.api.LogLevel;
public class StartConsoleProxyAgentHttpHandlerCommand extends Command {
@LogLevel(Log4jLevel.Off)
private byte[] keystoreBits;
@LogLevel(Log4jLevel.Off)
private String keystorePassword;
public StartConsoleProxyAgentHttpHandlerCommand() {