From 99406138c4f3d98774b87bb77a136266c0c1df07 Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Thu, 24 Sep 2020 20:39:49 +0530 Subject: [OOF] Direct logs to STDOUT Issue-ID: OPTFRA-804 Signed-off-by: krishnaa96 Change-Id: Ic395ce79ae3b9188574bf35375509decdafd5503 --- kubernetes/oof/components/oof-has/resources/config/log.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kubernetes/oof/components/oof-has/resources') diff --git a/kubernetes/oof/components/oof-has/resources/config/log.conf b/kubernetes/oof/components/oof-has/resources/config/log.conf index c476d0b6c8..374d02abcd 100755 --- a/kubernetes/oof/components/oof-has/resources/config/log.conf +++ b/kubernetes/oof/components/oof-has/resources/config/log.conf @@ -1,5 +1,6 @@ # Copyright © 2017 Amdocs, Bell Canada # Modifications Copyright © 2018 AT&T,VMware +# Modifications Copyright (C) 2020 Wipro Limited. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -25,7 +26,7 @@ handlers=trfhand,consoleHandler,audithand,metrichand,errhand,debughand [handler_consoleHandler] class=StreamHandler -level=NOTSET +level=INFO formatter=generic args=(sys.stdout,) -- cgit 1.2.3-korg