I am using wildfly server in Eclipse with JPA Api (hibernate) -> everything is fine (no errors), no problems when doing CRUD operations.
Now I want the queries to be displayed at console, so I added this property to persistence.xml:
hibernate.show_sql yes
But no sql query logging is present in console.
Any Suggestions ?