diff options
author | Jim Hahn <jrh3@att.com> | 2018-06-12 14:25:51 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2018-06-12 14:25:51 -0400 |
commit | fa6a2df96defb4a614dadd2ad1b45ac131f0cfda (patch) | |
tree | 96eccc549de9d88930211b83bb2953ff743e97b4 /POLICY-SDK-APP/config/policyLogger.properties | |
parent | 67de0163434349c52291e49cc7bbeadcba03747c (diff) |
Set default logger to EELF instead of SYSTEMOUT
Change-Id: I3395d3b95b11bf0166190beb454e60cb63de7454
Issue-ID: POLICY-784
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'POLICY-SDK-APP/config/policyLogger.properties')
-rw-r--r-- | POLICY-SDK-APP/config/policyLogger.properties | 2 |
1 files changed, 1 insertions, 1 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 |