This is an automated email from the ASF dual-hosted git repository.

jcabrerizo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.


    from 9a9cfc0  be stricter on coercions that are otherwise lossy and/or 
platform-dependent
     new dc15bf9  tweak log format
     new f393640  make log watcher use its own stream, not stdout, and not rely 
on log4j setup
     new 5be0b6c  add failing test cases for non-annotated log messages
     new 3650f72  fix how logging MDC context includes task and entity IDs for 
_all_ tasks
     new a3b590e  include thread id for debug logs
     new 7293155  add logging categories for activities of special interest
     new 19054fe  guard against early use of application IDs
     new 7eca7f8  Update ApplicationLoggingTest.java
     new e80cb69  Merge pull request #1231 from ahgittin/more-log-traceability

The 13201 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../api/internal/BrooklynLoggingCategories.java    | 14 ++--
 .../brooklyn/core/entity/AbstractApplication.java  | 25 +++++--
 .../core/mgmt/entitlement/Entitlements.java        | 13 ++++
 .../core/mgmt/internal/LocalEntityManager.java     | 16 ++++
 .../core/objs/proxy/InternalEntityFactory.java     | 23 +++++-
 .../util/core/task/BasicExecutionContext.java      | 47 ++++--------
 .../util/core/task/BasicExecutionManager.java      | 68 ++++++++++++++++-
 .../core/entity/ApplicationLoggingTest.java        | 87 ++++++++++++++--------
 .../resources/brooklyn/logback-appender-file.xml   |  6 +-
 .../brooklyn/logback-appender-jclouds.xml          |  3 +-
 .../resources/brooklyn/logback-appender-stdout.xml |  4 +-
 .../java/org/apache/brooklyn/test/LogWatcher.java  | 60 +++++++--------
 .../resources/brooklyn/logback-appender-file.xml   |  3 +-
 13 files changed, 256 insertions(+), 113 deletions(-)
 copy 
locations/container/src/main/java/org/apache/brooklyn/container/location/kubernetes/KubernetesClientRegistry.java
 => 
api/src/main/java/org/apache/brooklyn/api/internal/BrooklynLoggingCategories.java
 (61%)

Reply via email to