summaryrefslogtreecommitdiffstats
path: root/kubernetes/oof/components/oof-has/resources
diff options
context:
space:
mode:
authorkrishnaa96 <krishna.moorthy6@wipro.com>2020-09-24 20:39:49 +0530
committerkrishnaa96 <krishna.moorthy6@wipro.com>2020-09-24 20:46:54 +0530
commit99406138c4f3d98774b87bb77a136266c0c1df07 (patch)
tree5bc8ca898b187dd3f1ef527014ccead4d6ff8fed /kubernetes/oof/components/oof-has/resources
parentf102a9a56146213c15bb986d25056a35ee939cb4 (diff)
[OOF] Direct logs to STDOUT
Issue-ID: OPTFRA-804 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Ic395ce79ae3b9188574bf35375509decdafd5503
Diffstat (limited to 'kubernetes/oof/components/oof-has/resources')
-rwxr-xr-xkubernetes/oof/components/oof-has/resources/config/log.conf3
1 files changed, 2 insertions, 1 deletions
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,)