Skip to content

Commit

Permalink
refactor($Feign): set feign logger level to basic
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed May 10, 2020
1 parent a472f46 commit 37f97aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions auth-center/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ feign:
default:
connectTimeout: 5000
readTimeout: 10000
loggerLevel: basic

management:
endpoints:
Expand Down
1 change: 1 addition & 0 deletions exercise-mis/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ feign:
default:
connectTimeout: 5000
readTimeout: 10000
loggerLevel: basic

management:
endpoints:
Expand Down
3 changes: 2 additions & 1 deletion muscle-mis/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ feign:
default:
connectTimeout: 5000
readTimeout: 10000

loggerLevel: basic
\
management:
endpoints:
web:
Expand Down

0 comments on commit 37f97aa

Please sign in to comment.