Skip to content

Commit

Permalink
Merge branch 'v1.x.x' into apiml/release/1_28_24
Browse files Browse the repository at this point in the history
  • Loading branch information
pj892031 authored Oct 3, 2023
2 parents de2c06d + 0dc52ce commit 9507675
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions api-catalog-services/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ logging:
com.netflix.discovery.shared.transport.decorator.RedirectingEurekaHttpClient: OFF
com.netflix.discovery.DiscoveryClient: OFF
org.springframework.boot.web.embedded.tomcat.TomcatWebServer: INFO
net.sf.ehcache: WARN
org.ehcache: WARN

# New Config
org.apache: WARN #org.apache.catalina, org.apache.coyote, org.apache.tomcat
Expand Down Expand Up @@ -194,7 +194,7 @@ logging:
org.apache: INFO
org.apache.http: DEBUG
com.netflix: INFO
net.sf.ehcache: INFO
org.ehcache: INFO

---
spring:
Expand Down
4 changes: 2 additions & 2 deletions api-catalog-services/src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ logging:
com.netflix.discovery.shared.transport.decorator.RedirectingEurekaHttpClient: OFF
com.netflix.discovery.DiscoveryClient: OFF
org.springframework.boot.web.embedded.tomcat.TomcatWebServer: INFO
net.sf.ehcache: WARN
org.ehcache: WARN

# New Config
org.apache: WARN #org.apache.catalina, org.apache.coyote, org.apache.tomcat
Expand Down Expand Up @@ -189,7 +189,7 @@ logging:
org.apache: INFO
org.apache.http: DEBUG
com.netflix: INFO
net.sf.ehcache: INFO
org.ehcache: INFO

---
spring:
Expand Down
2 changes: 1 addition & 1 deletion caching-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ logging:
com.netflix: INFO
org.hibernate: INFO
org.springframework.web.servlet.PageNotFound: WARN
net.sf.ehcache: INFO
org.ehcache: INFO
org.springframework.cloud.netflix.zuul.filters.post.SendErrorFilter: INFO

---
Expand Down
4 changes: 2 additions & 2 deletions discovery-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ logging:
com.netflix.discovery.DiscoveryClient: OFF
org.springframework.boot.web.embedded.tomcat.TomcatWebServer: INFO
com.sun.jersey.server.impl.application.WebApplicationImpl: WARN
net.sf.ehcache: WARN
org.ehcache: WARN

# New Config
org.apache: WARN #org.apache.catalina, org.apache.coyote, org.apache.tomcat
Expand Down Expand Up @@ -159,7 +159,7 @@ logging:
org.apache.http: DEBUG
com.netflix: INFO
com.sun.jersey.server.impl.application.WebApplicationImpl: INFO
net.sf.ehcache: INFO
org.ehcache: INFO

---
spring:
Expand Down
4 changes: 2 additions & 2 deletions gateway-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ logging:
org.zowe.apiml.gateway.error: INFO
org.eclipse.jetty: WARN
org.springframework.web.servlet.PageNotFound: ERROR
net.sf.ehcache: WARN
org.ehcache: WARN
org.springframework.cloud.netflix.zuul.filters.post.SendErrorFilter: ERROR
# New Config
org.apache: WARN #org.apache.catalina, org.apache.coyote, org.apache.tomcat
Expand Down Expand Up @@ -268,7 +268,7 @@ logging:
com.netflix: INFO
org.hibernate: INFO
org.springframework.web.servlet.PageNotFound: WARN
net.sf.ehcache: INFO
org.ehcache: INFO
org.springframework.cloud.netflix.zuul.filters.post.SendErrorFilter: INFO

---
Expand Down
2 changes: 1 addition & 1 deletion gateway-service/src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ logging:
com.netflix: INFO
org.hibernate: INFO
org.springframework.web.servlet.PageNotFound: WARN
net.sf.ehcache: INFO
org.ehcache: INFO
org.springframework.cloud.netflix.zuul.filters.post.SendErrorFilter: INFO

---
Expand Down
2 changes: 1 addition & 1 deletion gateway-service/src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ logging:
com.netflix: INFO
org.hibernate: INFO
org.springframework.web.servlet.PageNotFound: WARN
net.sf.ehcache: INFO
org.ehcache: INFO
org.springframework.cloud.netflix.zuul.filters.post.SendErrorFilter: INFO

---
Expand Down
2 changes: 1 addition & 1 deletion metrics-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ logging:
com.netflix: INFO
org.hibernate: INFO
org.springframework.web.servlet.PageNotFound: WARN
net.sf.ehcache: INFO
org.ehcache: INFO
org.springframework.cloud.netflix.zuul.filters.post.SendErrorFilter: INFO

---
Expand Down

0 comments on commit 9507675

Please sign in to comment.