mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 18:27:56 +08:00
Harmless but annoying message in logs when using entity diff manager #PL-1924
This commit is contained in:
parent
7ed21813ea
commit
48d32dc2ec
@ -205,7 +205,7 @@ public class EntityDiffManager {
|
||||
}
|
||||
} else {
|
||||
if ((firstValue != null) || (secondValue != null))
|
||||
log.warn("Not null values for (null) view ignored, property: " + metaProperty.getName() +
|
||||
log.debug("Not null values for (null) view ignored, property: " + metaProperty.getName() +
|
||||
"in class" + metaProperty.getDeclaringClass().getCanonicalName());
|
||||
}
|
||||
return propertyDiff;
|
||||
|
Loading…
Reference in New Issue
Block a user