diff options
author | Jack Lucas <jflos@sonoris.net> | 2021-10-28 14:55:54 -0400 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2021-11-16 11:07:41 -0500 |
commit | c441166003e84b137124c7655f8572048b31f7e9 (patch) | |
tree | 2805d2daef27d4742b3309c7ad9a9161b2d4aec8 /healthcheck-container/pom.xml | |
parent | f752cec2b6be1307c59168d5dbc88e7264daea32 (diff) |
[HEALTHCHECK] Enhance healthcheck logging
Add a timestamp to every log entry
Make a log entry when the application starts
Make a single log entry (instead of 2) for the outbound HTTP requests to the k8s API
Update node.js base image to the 16.x.x LTS release (from 14.x.x).
Issue-ID: DCAEGEN2-2958
Issue-ID: DCAEGEN2-2983
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: Ib275afbd0c871d4e82dda269606d243f3b6d89e4
Diffstat (limited to 'healthcheck-container/pom.xml')
-rw-r--r-- | healthcheck-container/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/healthcheck-container/pom.xml b/healthcheck-container/pom.xml index b4fab76..f15a6ea 100644 --- a/healthcheck-container/pom.xml +++ b/healthcheck-container/pom.xml @@ -29,7 +29,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>healthcheck-container</artifactId> <name>dcaegen2-deployments-healthcheck-container</name> - <version>2.2.0</version> + <version>2.3.0</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |