I have set
logging.level.org.hibernate.type.descriptor.sql=trace
but it logs each variable binding as a separate line which, having average 50-60 columns per table makes log files harder to understand.
Is there a way to configure logger so that all hibernate queries are printed with its already bound values. (which will need only a single line in the log file.)