Skip to content

Commit 9c8b3a5

Browse files
committed
log configurations corrected
1 parent 5440f95 commit 9c8b3a5

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

csrf-protection/actual-app/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ server:
44
logging:
55
level:
66
ROOT: INFO
7-
org.spring.framework: ERROR
7+
org.springframework: ERROR
88
com.fd: TRACE
99
pattern:
1010
console: "%-5level %d{yyyy-MM-dd HH:mm:ss} - %msg%n"

csrf-protection/attacker-app/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ server:
44
logging:
55
level:
66
ROOT: INFO
7-
org.spring.framework: ERROR
7+
org.springframework: ERROR
88
com.fd: TRACE
99
pattern:
1010
console: "%-5level %d{yyyy-MM-dd HH:mm:ss} - %msg%n"

hystrix/hystrix-sample-eureka-feign-client/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ eureka:
2727
logging:
2828
level:
2929
ROOT: INFO
30-
org.spring.framework: ERROR
30+
org.springframework: ERROR
3131
com.fd: TRACE
3232
pattern:
3333
console: "%-5level %d{yyyy-MM-dd HH:mm:ss} - %msg%n"

stateless-auth/simple-auth-service/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ server:
44
logging:
55
level:
66
ROOT: INFO
7-
org.spring.framework: ERROR
7+
org.springframework: ERROR
88
com.fd: TRACE
99
pattern:
1010
console: "%-5level %d{yyyy-MM-dd HH:mm:ss} - %msg%n"

stateless-auth/spring-session-auth/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ server:
77
logging:
88
level:
99
ROOT: INFO
10-
org.spring.framework: ERROR
10+
org.springframework: ERROR
1111
com.fd: TRACE
1212
pattern:
1313
console: "%-5level %d{yyyy-MM-dd HH:mm:ss} - %msg%n"

zuul/customer-service/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ eureka:
1515
logging:
1616
level:
1717
ROOT: INFO
18-
org.spring.framework: ERROR
18+
org.springframework: ERROR
1919
com.fd: TRACE
2020
pattern:
2121
console: "%-5level %d{yyyy-MM-dd HH:mm:ss} - %msg%n"

zuul/zuul-proxy/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ zuul:
2222
logging:
2323
level:
2424
ROOT: INFO
25-
org.spring.framework: ERROR
25+
org.springframework: ERROR
2626
com.fd: TRACE
2727
pattern:
2828
console: "%-5level %d{yyyy-MM-dd HH:mm:ss} - %msg%n"

0 commit comments

Comments
 (0)