From 16c832a9e7e814f552cceb2d1fa46de00e3df52f Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Tue, 11 May 2021 12:27:42 +0100 Subject: Update the default logback.xml in APEX to log to STDOUT Update the default logback.xml to log to STDOUT, so that while running in standalone mode, logs can be seen easily. Change-Id: Ie0ccdbe11672c33723c920767ce14d1b26fa9762 Issue-ID: POLICY-3303 Signed-off-by: a.sreekumar --- .../apex-pdp-package-full/src/main/resources/logback.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'packages/apex-pdp-package-full/src/main/resources') diff --git a/packages/apex-pdp-package-full/src/main/resources/logback.xml b/packages/apex-pdp-package-full/src/main/resources/logback.xml index 2b41c9405..3124a5e62 100644 --- a/packages/apex-pdp-package-full/src/main/resources/logback.xml +++ b/packages/apex-pdp-package-full/src/main/resources/logback.xml @@ -3,6 +3,7 @@ ============LICENSE_START======================================================= Copyright (C) 2016-2018 Ericsson. All rights reserved. Modifications Copyright (C) 2019 Nordix Foundation. + Modifications Copyright (C) 2021 Bell Canada. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -90,17 +91,30 @@ + + + [%d{yyyy-MM-dd'T'HH:mm:ss.SSS+00:00, UTC}|%level|%logger{0}|%thread] %msg%n + + + + + + + + + + -- cgit 1.2.3-korg