After updating from 5.1.10 to 5.3.6 I’m starting to see the log message
On release of batch it still contained JDBC statements
I’ve debugged where that is getting logged and all I can find is a single statement which doesn’t
insert into EventLog (entityId, entityType, ipAddress, message, time, user, id) values (?, ?, ?, ?, ?, ?, ?)
But I can’t find where the associated values are stored (if there even are any).
Any suggestions in further tracking this down? The only insert that is being created is actually being persisted to the database.