Is there a configuration option to turn on the logging of all the insert statements that are executed by Spring Batch.
An analogy would be the show_sql property in the hibernate configuration.
Thanks.
Is there a configuration option to turn on the logging of all the insert statements that are executed by Spring Batch.
An analogy would be the show_sql property in the hibernate configuration.
Thanks.
Try setting up DEBUG logging for org.springframework.jdbc.
Thanks Dave. It works like a charm.