Skip to content

Commit

Permalink
core(test): reduce noisy logging in platform-http component tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Oct 28, 2019
1 parent 2bac3e1 commit bf2e3e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#
quarkus.ssl.native=true
quarkus.log.file.enable = false
quarkus.log.category."org.apache.camel.quarkus.core.deployment".level = DEBUG
quarkus.log.category."org.apache.camel.quarkus.component.platform.http".level = DEBUG
quarkus.log.category."org.apache.camel.quarkus.core.deployment".level = INFO
quarkus.log.category."org.apache.camel.quarkus.component.platform.http".level = INFO
#
# Quarkus :: Camel
#
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,5 @@
quarkus.ssl.native=true
quarkus.http.body.uploads-directory=target/uploads
quarkus.log.file.enable = false
quarkus.log.category."org.apache.camel.quarkus.core.deployment".level = DEBUG
quarkus.log.category."org.apache.camel.quarkus.component.platform.http".level = DEBUG

#
# Quarkus :: Camel
#
quarkus.log.category."org.apache.camel.quarkus.core.deployment".level = INFO
quarkus.log.category."org.apache.camel.quarkus.component.platform.http".level = INFO

0 comments on commit bf2e3e1

Please sign in to comment.