medizininformatik-initiative / feasibility-backend

Backend of the feasibility-gui.
Apache License 2.0
2 stars 4 forks source link

Disable hibernate sql logging #206

Closed michael-82 closed 1 year ago

michael-82 commented 1 year ago

Currently, hibernate logs the sql statements to console. This is not desired on production systems. Either remove it completely, or make it configurable so it could be enabled on dev systems.