Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1653F185ED for ; Sun, 6 Dec 2015 19:41:45 +0000 (UTC) Received: (qmail 50518 invoked by uid 500); 6 Dec 2015 19:41:44 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 50483 invoked by uid 500); 6 Dec 2015 19:41:44 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 50434 invoked by uid 99); 6 Dec 2015 19:41:44 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2015 19:41:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 930C7DFA0A; Sun, 6 Dec 2015 19:41:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dahn@apache.org To: commits@cloudstack.apache.org Date: Sun, 06 Dec 2015 19:41:45 -0000 Message-Id: <7e67192a76894abfbee2b16ff0d98154@git.apache.org> In-Reply-To: <600757cfc7d0418388f45f1f2d13186a@git.apache.org> References: <600757cfc7d0418388f45f1f2d13186a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: updated refs/heads/master to c67d1da Merge pull request #1167 from koushik-das/CLOUDSTACK-9105 CLOUDSTACK-9105: Logging enhancement: Handle/reference to track API calls end to end in the MS logs Added logid to logging framework, now all API call logs can be tracked with this id end to end * pr/1167: CLOUDSTACK-9105: Logging enhancement: Handle/reference to track API calls end to end in the MS logs Added logid to logging framework, now all API call logs can be tracked with this id end to end Signed-off-by: Daan Hoogland Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c67d1da5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c67d1da5 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c67d1da5 Branch: refs/heads/master Commit: c67d1da5dd1750cd7e5a95a91a2f31a340988713 Parents: f331959 a4dc271 Author: Daan Hoogland Authored: Sun Dec 6 20:41:28 2015 +0100 Committer: Daan Hoogland Committed: Sun Dec 6 20:41:28 2015 +0100 ---------------------------------------------------------------------- agent/conf/log4j-cloud.xml.in | 4 +- agent/src/com/cloud/agent/Agent.java | 7 + .../apache/cloudstack/context/LogContext.java | 302 +++++++++++++++++++ .../cloudstack/context/LogContextListener.java | 50 +++ client/tomcatconf/log4j-cloud.xml.in | 10 +- .../system/spring-core-system-context.xml | 1 + .../cloud/agent/manager/AgentManagerImpl.java | 4 + .../cloud/agent/manager/DirectAgentAttache.java | 13 + .../framework/jobs/dao/AsyncJobDaoImpl.java | 2 +- .../jobs/impl/AsyncJobManagerImpl.java | 25 +- systemvm/conf.dom0/log4j-cloud.xml.in | 2 +- usage/conf/log4j-cloud_usage.xml.in | 2 +- 12 files changed, 408 insertions(+), 14 deletions(-) ----------------------------------------------------------------------