Duplicate
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Luis Majano
Luis MajanoNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
Created 16 December 2020 at 15:15
Updated 14 December 2022 at 19:12
Resolved 14 December 2022 at 19:10
Right now the only logging we have is by turning the ORM logs in `Application.cfc` and the obscure logs in the web context `logs` folder.
However, there are many fine tuning knobs for hibernate logging. In Adobe I can easily go to the log4j.properties and add DDL, cache, etc debug and get glorious logs on schema generation. I have no way to do this in Lucee as far as I know.
We need a way to control the logging levels of the different layers within Hibernate without modifying core files. I would suggest to add those to the `ormSettings` instead of manipulation core engine files like Adobe does.