How can I configure hibernate logging in a EAP/EAR/"per-deployment" configuration?

81 Views Asked by At

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.

0

There are 0 best solutions below