You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2020/07/07 09:17:55 UTC

[myfaces] branch master updated: better loglevel

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c8080c9  better loglevel
c8080c9 is described below

commit c8080c94ee2ba3a4cc0578bee6ef9c7b8fc51492
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Tue Jul 7 11:17:48 2020 +0200

    better loglevel
---
 .../apache/myfaces/core/api/shared/lang/PropertyDescriptorUtils.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/src/main/java/org/apache/myfaces/core/api/shared/lang/PropertyDescriptorUtils.java b/api/src/main/java/org/apache/myfaces/core/api/shared/lang/PropertyDescriptorUtils.java
index 61ccade..0b29ac3 100644
--- a/api/src/main/java/org/apache/myfaces/core/api/shared/lang/PropertyDescriptorUtils.java
+++ b/api/src/main/java/org/apache/myfaces/core/api/shared/lang/PropertyDescriptorUtils.java
@@ -116,7 +116,7 @@ public class PropertyDescriptorUtils
             }
             catch (IllegalAccessException e)
             {
-                LOG.log(Level.INFO, 
+                LOG.log(Level.FINEST, 
                         "Could not generate LambdaPropertyDescriptor for "
                                 + target.getName() + ". Use PropertyDescriptor...");
             }