[#3661] Log some info about the type being matched by a <forcedType/> configuration
This commit is contained in:
parent
c8c5bb16d8
commit
86a57994c2
@ -149,7 +149,7 @@ abstract class AbstractTypedElementDefinition<T extends Definition>
|
||||
}
|
||||
|
||||
|
||||
log.info("Forcing type", child + " into " + type + (converter != null ? " using converter " + converter : ""));
|
||||
log.info("Forcing type", child + " with type " + definedType.getType() + " into " + type + (converter != null ? " using converter " + converter : ""));
|
||||
DataType<?> forcedDataType = null;
|
||||
|
||||
boolean n = result.isNullable();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user