JAVA-24160 Review log statements for projects - Week 33 - 2023
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@ eureka.client.registryFetchIntervalSeconds = 5
|
||||
|
||||
management.security.sessions=never
|
||||
|
||||
logging.level.org.springframework.web.=debug
|
||||
logging.level.org.springframework.security=debug
|
||||
logging.level.org.springframework.web.=INFO
|
||||
logging.level.org.springframework.security=INFO
|
||||
|
||||
spring.redis.host=localhost
|
||||
spring.redis.port=6379
|
||||
|
||||
@@ -6,8 +6,8 @@ eureka.client.registryFetchIntervalSeconds = 5
|
||||
|
||||
management.security.sessions=always
|
||||
|
||||
logging.level.org.springframework.web.=debug
|
||||
logging.level.org.springframework.security=debug
|
||||
logging.level.org.springframework.web.=INFO
|
||||
logging.level.org.springframework.security=INFO
|
||||
|
||||
spring.redis.host=localhost
|
||||
spring.redis.port=6379
|
||||
|
||||
+2
-2
@@ -10,8 +10,8 @@ eureka.client.registryFetchIntervalSeconds = 5
|
||||
|
||||
management.security.sessions=never
|
||||
|
||||
logging.level.org.springframework.web.=debug
|
||||
logging.level.org.springframework.security=debug
|
||||
logging.level.org.springframework.web.=INFO
|
||||
logging.level.org.springframework.security=INFO
|
||||
|
||||
spring.redis.host=localhost
|
||||
spring.redis.port=6379
|
||||
|
||||
@@ -4,4 +4,4 @@ server.port=9411
|
||||
eureka.client.region = default
|
||||
eureka.client.registryFetchIntervalSeconds = 5
|
||||
|
||||
logging.level.org.springframework.web=debug
|
||||
logging.level.org.springframework.web=INFO
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ feign.okhttp.enabled=true
|
||||
|
||||
server.port=8085
|
||||
spring.main.allow-bean-definition-overriding=true
|
||||
logging.level.com.baeldung.cloud.openfeign.client=DEBUG
|
||||
logging.level.com.baeldung.cloud.openfeign.client=INFO
|
||||
feign.hystrix.enabled=true
|
||||
|
||||
spring.cloud.openfeign.client.config.postClient.url=https://jsonplaceholder.typicode.com/posts/
|
||||
Reference in New Issue
Block a user