It was a Spring boot based project using spring start logging so the logging was a little more complex than I anticipated but I created a simple reproduction.
- I created a simple maven project with these dependencies
- And then ran this test class
- And saw the following when I ran it
20:44:06.561 [main] DEBUG org.jboss.logging - Logging Provider: org.jboss.logging.Log4j2LoggerProvider
20:44:06.582 [main] TRACE org.hibernate.type.descriptor.sql.BasicBinder - binding parameter [someName] as [VARCHAR] - [binding parameter [someName] as [VARCHAR] - [{}]]
|