From 683e782d475fd06e8ddd8a54f68c01a7c543a337 Mon Sep 17 00:00:00 2001 From: Arin_Suryavanshi Date: Fri, 20 Jan 2023 14:45:17 +0530 Subject: [PATCH] [EDGDEMATIC-77]: logging improvement - configuration --- PULL_REQUEST_TEMPLATE.md | 1 + pom.xml | 2 +- src/main/resources/application.yml | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 174d2ad..d855168 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -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: diff --git a/pom.xml b/pom.xml index 9c6fd54..78cabcf 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 11 - 5.0.0 + 5.0.3 3.1.3 5.3.1 1.5.1.Final diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index b2920b7..3f86198 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -23,7 +23,10 @@ management: web: base-path: /admin exposure: - include: health,info + include: health,info,loggers + endpoint: + loggers: + enabled: true feign: client: config: