Skip to content

Commit

Permalink
update default javax.net.ssl log level (#3872)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Hernán Carle <pablo.carle@broadcom.com>
Co-authored-by: Pablo Hernán Carle <pablo.carle@broadcom.com>
  • Loading branch information
pablocarle and Pablo Hernán Carle authored Nov 1, 2024
1 parent 2c3c408 commit 82414a4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions api-catalog-services/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ logging:
org.apache: WARN #org.apache.catalina, org.apache.coyote, org.apache.tomcat
org.eclipse.jetty: WARN
org.apache.http.conn.ssl.DefaultHostnameVerifier: DEBUG #logs only SSLException
javax.net.ssl: ERROR # For running with java 17

##############################################################################################
# APIML configuration section
Expand Down
1 change: 1 addition & 0 deletions caching-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ logging:
org.springframework.boot.web.embedded.tomcat.TomcatWebServer: INFO
org.apache.http.conn.ssl.DefaultHostnameVerifier: DEBUG #logs only SSLException
org.springframework.security.config.annotation.web.builders.WebSecurity: ERROR
javax.net.ssl: ERROR # For running with java 17
eureka:
client:
initialInstanceInfoReplicationIntervalSeconds: 1
Expand Down
1 change: 1 addition & 0 deletions cloud-gateway-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ logging:
org.springframework.context.support: WARN
reactor.netty.http.client: INFO
reactor.netty.http.client.HttpClientConnect: OFF
javax.net.ssl: ERROR # For running with java 17

management:
endpoint:
Expand Down
1 change: 1 addition & 0 deletions discoverable-client/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ logging:
com.netflix.discovery.DiscoveryClient: OFF
org.springframework.boot.web.embedded.tomcat.TomcatWebServer: INFO
org.apache.http.conn.ssl.DefaultHostnameVerifier: DEBUG #logs only SSLException
javax.net.ssl: ERROR # For running with java 17

spring:
config:
Expand Down
1 change: 1 addition & 0 deletions discovery-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ logging:
org.apache: WARN #org.apache.catalina, org.apache.coyote, org.apache.tomcat
org.eclipse.jetty: WARN
org.apache.http.conn.ssl.DefaultHostnameVerifier: DEBUG #logs only SSLException
javax.net.ssl: ERROR # For running with java 17
# com.netflix.eureka.resources: WARN

apiml:
Expand Down
1 change: 1 addition & 0 deletions gateway-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ logging:
# New Config
org.apache: WARN #org.apache.catalina, org.apache.coyote, org.apache.tomcat
javax.servlet: INFO
javax.net.ssl: ERROR # For running with java 17
org.apache.http.conn.ssl.DefaultHostnameVerifier: DEBUG #logs only SSLException
org.eclipse.jetty.util.ssl: ERROR
org.apache.tomcat.util.net.SSLUtilBase: ERROR
Expand Down
1 change: 1 addition & 0 deletions metrics-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ logging:
com.netflix.discovery.DiscoveryClient: OFF
org.springframework.boot.web.embedded.tomcat.TomcatWebServer: INFO
org.apache.http.conn.ssl.DefaultHostnameVerifier: DEBUG #logs only SSLException
javax.net.ssl: ERROR # For running with java 17

eureka:
client:
Expand Down

0 comments on commit 82414a4

Please sign in to comment.