Ignore HibernateOrmProcessor logs related to persistence.xml

Closes #19995

Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com>
This commit is contained in:
Martin Bartoš 2023-04-27 15:55:07 +02:00 committed by Pedro Igor
parent 9186327807
commit ba07f1ced3

View file

@ -41,6 +41,7 @@ quarkus.http.non-application-root-path=/${quarkus.http.root-path}
# Disable specific categories from logs
quarkus.log.category."io.quarkus.config".level=off
quarkus.log.category."io.quarkus.hibernate.orm.deployment.HibernateOrmProcessor".level=warn
# Set default directory name for the location of the transaction logs
quarkus.transaction-manager.object-store-directory=${kc.home.dir:default}${file.separator}data${file.separator}transaction-logs