I have an EAP (7.4.7) environment.
In my EAR I using "per-deployment" logging, so I have META-INF/logging.properties. In general it works.
I also want control hibernate logging e.g: org.hibernate.SQL -> DEBUG in the logging.properties.
Is this possible? I can't get it work and I don't find any useful examples.
Thanks for help in advance.