We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c920a commit 674bae3Copy full SHA for 674bae3
src/main/java/org/mybatis/dynamic/sql/reflection/wrapper/BeanWrapper.java
@@ -63,7 +63,7 @@ private Object invoke(Invoker invoker) {
63
try {
64
return invoker.invoke(object, NO_ARGUMENTS);
65
} catch (ReflectiveOperationException e) {
66
- log.log(Level.WARNING,
+ log.log(Level.FINEST,
67
"Invoker exception while retrieving property value, returning null", e); //$NON-NLS-1$
68
return null;
69
}
0 commit comments