You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/12/05 12:51:06 UTC

[myfaces-tobago] 02/02: less logging

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit b320580d2dce56c720f49bd15e4bee8c7baae8d9
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Dec 5 13:50:39 2018 +0100

    less logging
---
 .../java/org/apache/myfaces/tobago/example/demo/NavigationTree.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/NavigationTree.java b/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/NavigationTree.java
index 23e4664..dfbfbd6 100644
--- a/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/NavigationTree.java
+++ b/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/NavigationTree.java
@@ -93,7 +93,7 @@ public class NavigationTree implements Serializable {
 //    map.put(tree.getBranch(), tree);
 
     for (final NavigationNode node : nodes) {
-      LOG.info("Creating node='{}'", node.getName());
+      LOG.debug("Creating node='{}'", node.getName());
       map.put(node.getBranch(), node);
       final String parent = node.getBranch().substring(0, node.getBranch().lastIndexOf('/'));
       if (!parent.equals("")) { // is root