You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2018/02/05 21:25:05 UTC

[isis] branch maint-1.16.1 updated: ISIS-1569: adds more info to logging statement of CommandExecutorServiceDefault (xactnId and timestamp)

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

danhaywood pushed a commit to branch maint-1.16.1
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/maint-1.16.1 by this push:
     new 8e5c792  ISIS-1569: adds more info to logging statement of CommandExecutorServiceDefault (xactnId and timestamp)
8e5c792 is described below

commit 8e5c792b011eff4fa42e44848ceef2c9ff5ca11f
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Feb 5 21:18:58 2018 +0000

    ISIS-1569: adds more info to logging statement of CommandExecutorServiceDefault (xactnId and timestamp)
---
 .../core/runtime/services/background/CommandExecutorServiceDefault.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/runtime/src/main/java/org/apache/isis/core/runtime/services/background/CommandExecutorServiceDefault.java b/core/runtime/src/main/java/org/apache/isis/core/runtime/services/background/CommandExecutorServiceDefault.java
index 2c1161c..23bf00e 100644
--- a/core/runtime/src/main/java/org/apache/isis/core/runtime/services/background/CommandExecutorServiceDefault.java
+++ b/core/runtime/src/main/java/org/apache/isis/core/runtime/services/background/CommandExecutorServiceDefault.java
@@ -126,7 +126,7 @@ public class CommandExecutorServiceDefault implements CommandExecutorService {
 
         org.apache.isis.applib.annotation.Command.ExecuteIn executeIn = command.getExecuteIn();
 
-        LOG.info("Executing: {} {}", executeIn, command.getMemberIdentifier());
+        LOG.info("Executing: {} {} {} {}", executeIn, command.getMemberIdentifier(), command.getTimestamp(), command.getTransactionId());
 
         RuntimeException exceptionIfAny = null;
 

-- 
To stop receiving notification emails like this one, please contact
danhaywood@apache.org.