Ignore HibernateOrmProcessor logs related to persistence.xml
Closes #19995 Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com>
This commit is contained in:
parent
9186327807
commit
ba07f1ced3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue