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


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/8a99fb34
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8a99fb34
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/8a99fb34

Branch: refs/heads/4.1
Commit: 8a99fb348f952ae7a6126ce6f20748ef732b29b2
Parents: 996b57a
Author: Kelven Yang <[email protected]>
Authored: Mon Mar 11 19:06:12 2013 -0700
Committer: Kelven Yang <[email protected]>
Committed: Tue Mar 12 14:15:41 2013 -0700

----------------------------------------------------------------------
 agent/src/com/cloud/agent/AgentShell.java |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8a99fb34/agent/src/com/cloud/agent/AgentShell.java
----------------------------------------------------------------------
diff --git a/agent/src/com/cloud/agent/AgentShell.java 
b/agent/src/com/cloud/agent/AgentShell.java
index 18879db..2164aee 100644
--- a/agent/src/com/cloud/agent/AgentShell.java
+++ b/agent/src/com/cloud/agent/AgentShell.java
@@ -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();

Reply via email to