We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec2d67 commit 849b749Copy full SHA for 849b749
1 file changed
agent/src/main/java/com/cloud/agent/Agent.java
@@ -106,24 +106,6 @@
106
*
107
**/
108
public class Agent implements HandlerFactory, IAgentControl, AgentStatusUpdater {
109
-
110
- /*public static void main(String[] args) {
111
112
- Logger logger1 = LogManager.getLogger(String.class);
113
- logger1.error("before");
114
- logger1.trace("hello world {}", ()->getName());
115
- logger1.error("after");
116
- }
117
118
- public static String getName() {
119
- try {
120
- Thread.sleep(5000);
121
- } catch (InterruptedException e) {
122
- throw new RuntimeException(e);
123
124
- return "a";
125
- }*/
126
127
protected Logger logger = LogManager.getLogger(getClass());
128
129
public enum ExitStatus {
0 commit comments