Turn down some noisy logs

This commit is contained in:
2023-08-04 16:50:41 -05:00
parent a4df67f9f9
commit b01023e541
5 changed files with 1 additions and 5 deletions

View File

@ -421,7 +421,7 @@ public abstract class QRecordEntity
{
if(!method.getName().equals("getClass"))
{
LOG.info("Method [" + method.getName() + "] looks like a getter, but its return type, [" + method.getReturnType() + "], isn't supported.");
LOG.debug("Method [" + method.getName() + "] looks like a getter, but its return type, [" + method.getReturnType() + "], isn't supported.");
}
}
}