mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
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…
x
Reference in New Issue
Block a user