Logging SQLs¶
Logging SQLs in wildfly can be done with the following snippet in standalone.xml
    <logger category="org.hibernate.SQL">
       <level name="DEBUG"/>
    </logger>
                
              
              
                
              
            Logging SQLs in wildfly can be done with the following snippet in standalone.xml
    <logger category="org.hibernate.SQL">
       <level name="DEBUG"/>
    </logger>