From 3c31bdcdf18aff4bf755058e2d32e153d8216eb5 Mon Sep 17 00:00:00 2001 From: Bert Sloan Date: Mon, 5 Dec 2022 19:57:03 +0000 Subject: Updating Log4j console to comply with Logging GR Issue-ID: DCAEGEN2-3257 Change-Id: Ic9c4c2e6eb3312fe02a8a9ed003e4326747813bd Signed-off-by: Bert Sloan --- Changelog.md | 3 ++- pom.xml | 2 +- src/main/resources/log4j2.xml | 33 +++++++++++++++++++++++++++++++-- version.properties | 2 +- 4 files changed, 35 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index 1a390d2d..1a317ab4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.12.1] - 2022/12/05 + - [DCAEGEN2-3257] - Align DCAE components with the new logging GR. ## [1.12.0] - 2022/10/10 - [DCAEGEN2-3295] - SDK upgrade to 1.9.0 (CBSclient changed to remove CBS/Consul parameters) @@ -103,4 +105,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [1.6.0] - 2020/05/13 - [DCAEGEN2-608](https://jira.onap.org/browse/DCAEGEN2-608) - Expose Prometheus API for performance tests - diff --git a/pom.xml b/pom.xml index 0133ee44..1b460601 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.dcaegen2.collectors.ves VESCollector - 1.12.0-SNAPSHOT + 1.12.1-SNAPSHOT dcaegen2-collectors-ves VESCollector diff --git a/src/main/resources/log4j2.xml b/src/main/resources/log4j2.xml index 76d34118..49f4e72a 100644 --- a/src/main/resources/log4j2.xml +++ b/src/main/resources/log4j2.xml @@ -1,4 +1,24 @@ + @@ -6,8 +26,17 @@ - + + + + + + + + + + + diff --git a/version.properties b/version.properties index ad7c01ec..a00a7fb9 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=12 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg