mirror of https://github.com/apache/cloudstack.git
don't print some fields in StartConsoleProxyAgentHttpHandlerCommand
This commit is contained in:
parent
c90bd9fdb0
commit
6672db47c8
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue