Note I went through the whole CoreMessageLogger class and found only those two that were both used and too noisy, but there are a few different problems that we might also want to address (in a different issue):
- some logs are no longer used: we could remove the methods or at least deprecate them
- some logs are only used in deprecated classes (e.g. in org.hibernate.tool.hbm2ddl.TableMetadata): we should deprecate them so that we can remove them when we remove that deprecated class.
- some logs report failures but are marked as INFO… I’m pretty sure at least some of those should be WARN instead of INFO.
|