From 01b6012396d1f42b411773faaee5d7eb69a07aa5 Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Fri, 21 Jan 2022 01:46:12 +0530 Subject: Improve logging in NCMP Issue-ID: CPS-855 Signed-off-by: sourabh_sourabh Change-Id: I5d8a6a711d1c6b13d5d8eeba52a1dcd689dbdae2 --- cps-application/src/main/resources/application.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cps-application') diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 1411f31a6..d615e995c 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -1,7 +1,7 @@ # ============LICENSE_START======================================================= # Copyright (C) 2021 Pantheon.tech # Modifications Copyright (C) 2021 Bell Canada -# Modifications Copyright (C) 2021 Nordix Foundation +# Modifications Copyright (C) 2021-2022 Nordix Foundation # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -30,6 +30,8 @@ rest: spring: main: banner-mode: "off" + application: + name: "cps-application" jpa: ddl-auto: create open-in-view: false @@ -125,6 +127,8 @@ logging: level: org: springframework: INFO + onap: + cps: INFO dmi: auth: -- cgit 1.2.3-korg