When our application is starting up (loading modules and dataSources), we see this log message for a couple different fields:

Code:
2024-05-07 17:19:09.012 INFO com.isomorphic.datasource.DSRequest:235 - Executing DataSourceField.fetch rows: 0->-1 with criteria: {name:"poNumber"}
I'm not sure what's causing this, or really what a "DataSourceField.fetch" is. We see the usual message from DSRequest "Executing [Datasource nam].fetch" message, but not "DataSourceField.fetch". Any idea what this is?