Skip to content

Commit

Permalink
[Fix #1993] Removing log level setup from application.properties (#1994)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado authored Feb 20, 2024
1 parent 4adaf5c commit f714242
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,3 @@ quarkus.hibernate-orm.physical-naming-strategy=org.hibernate.boot.model.naming.C
quarkus.container-image.build=${quarkus.build.image:true}
quarkus.container-image.group=org.kie.kogito
quarkus.jib.jvm-arguments=-Dquarkus.http.port=8080

quarkus.log.console.enable=true
quarkus.log.console.level=INFO
quarkus.log.level=INFO
quarkus.log.category."org.kie.kogito.index".level=INFO
quarkus.log.category."org.kie.kogito.index".min-level=INFO

0 comments on commit f714242

Please sign in to comment.