summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-06-12 19:30:56 +0000
committerGerrit Code Review <gerrit@onap.org>2018-06-12 19:30:56 +0000
commit1577c271f66912e13770eb3950a25ae40cf9c4ad (patch)
treece62ea29bb89741434f40365d0ef72de8dbe84b0
parent6eb3c7f44a64cc1aebd4bcef6b081073d91bde7b (diff)
parentfa6a2df96defb4a614dadd2ad1b45ac131f0cfda (diff)
Merge "Set default logger to EELF instead of SYSTEMOUT"
-rw-r--r--POLICY-SDK-APP/config/policyLogger.properties2
-rw-r--r--POLICY-SDK-APP/policyLogger.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/POLICY-SDK-APP/config/policyLogger.properties b/POLICY-SDK-APP/config/policyLogger.properties
index 67cc5a6ed..44846301d 100644
--- a/POLICY-SDK-APP/config/policyLogger.properties
+++ b/POLICY-SDK-APP/config/policyLogger.properties
@@ -32,7 +32,7 @@ concurrentHashMap.limit=5000
stop.check.point=2500
################################### Set logging format #############################################
# set EELF for EELF logging format, set LOG4J for using log4j, set SYSTEMOUT for using system.out.println
-logger.type=SYSTEMOUT
+logger.type=EELF
#################################### Set level for EELF or SYSTEMOUT logging ##################################
# Set level for debug file. Set DEBUG to enable .info, .warn and .debug; set INFO for enable .info and .warn; set OFF to disable all
debugLogger.level=INFO
diff --git a/POLICY-SDK-APP/policyLogger.properties b/POLICY-SDK-APP/policyLogger.properties
index 67cc5a6ed..44846301d 100644
--- a/POLICY-SDK-APP/policyLogger.properties
+++ b/POLICY-SDK-APP/policyLogger.properties
@@ -32,7 +32,7 @@ concurrentHashMap.limit=5000
stop.check.point=2500
################################### Set logging format #############################################
# set EELF for EELF logging format, set LOG4J for using log4j, set SYSTEMOUT for using system.out.println
-logger.type=SYSTEMOUT
+logger.type=EELF
#################################### Set level for EELF or SYSTEMOUT logging ##################################
# Set level for debug file. Set DEBUG to enable .info, .warn and .debug; set INFO for enable .info and .warn; set OFF to disable all
debugLogger.level=INFO