]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionContext.java
ActiveMQ and Castor integration
[gpl/argeo-slc.git] / runtime / org.argeo.slc.execution / src / main / java / org / argeo / slc / execution / ExecutionContext.java
index cd2baa3da402610bc51bfa7a679432f3dda90b31..c6d8e2c338e686fa426e1362cb45027635797538 100644 (file)
@@ -52,7 +52,7 @@ public class ExecutionContext {
                ExecutionFlowRuntime runtime = new ExecutionFlowRuntime(executionFlow);
                stack.push(runtime);
 
-               if (log.isTraceEnabled())
+               if (log.isDebugEnabled())
                        log.debug(depthSpaces(stack.size()) + "=> " + executionFlow + " #"
                                        + getCurrentStackUuid() + ", depth=" + stack.size());
 
@@ -105,7 +105,7 @@ public class ExecutionContext {
 
        public static void leaveFlow(ExecutionFlow executionFlow) {
                Stack<ExecutionFlowRuntime> stack = executionContext.get().stack;
-               if (log.isTraceEnabled())
+               if (log.isDebugEnabled())
                        log.debug(depthSpaces(stack.size()) + "<= " + executionFlow + " #"
                                        + getCurrentStackUuid() + ", depth=" + stack.size());