I'm getting a lot of records written to the log like this:
Jan 08, 2020 1:27:48 PM net.sf.gilead.core.PersistentBeanManager clonePojo INFO: Third party instance, not cloned
I'd like to stop them. I'm assuming that if I were to change the logging level that this is using to something like WARN, they'd stop, but I can't seem to find how to do that.