Skip to content

Commit

Permalink
[EDGDEMATIC-77]: logging improvement - configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
arin-epm committed Jan 20, 2023
1 parent ed3fee0 commit 683e782
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
- [ ] Were permissions changed, added, or removed?
- [ ] Are there new interface dependencies?
- [ ] There are no breaking changes in this PR.
- [ ] Check logging

If there are breaking changes, please **STOP** and consider the following:

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<properties>
<java.version>11</java.version>
<folio-spring-base-version>5.0.0</folio-spring-base-version>
<folio-spring-base-version>5.0.3</folio-spring-base-version>
<spring-cloud-starter-bootstrap.version>3.1.3</spring-cloud-starter-bootstrap.version>
<openapi-generator.version>5.3.1</openapi-generator.version>
<mapstruct.version>1.5.1.Final</mapstruct.version>
Expand Down
5 changes: 4 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ management:
web:
base-path: /admin
exposure:
include: health,info
include: health,info,loggers
endpoint:
loggers:
enabled: true
feign:
client:
config:
Expand Down

0 comments on commit 683e782

Please sign in to comment.