You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2015/12/06 20:41:45 UTC

[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 <da...@onecht.net>


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 <da...@onecht.net>
Authored: Sun Dec 6 20:41:28 2015 +0100
Committer: Daan Hoogland <da...@onecht.net>
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(-)
----------------------------------------------------------------------