CLOUDSTACK-1267: Configure log4j in proper place so that it can be initialized correctly in KVM and system VM environment

This commit is contained in:
Kelven Yang 2013-03-11 19:06:12 -07:00
parent 996b57a42d
commit 8a99fb348f
1 changed files with 0 additions and 2 deletions

View File

@ -627,8 +627,6 @@ public class AgentShell implements IAgentShell {
public static void main(String[] args) {
try {
LogUtils.initLog4j("log4j-cloud.xml");
AgentShell shell = new AgentShell();
shell.init(args);
shell.start();