diff options
Diffstat (limited to 'POLICY-SDK-APP/policyLogger.properties')
-rw-r--r-- | POLICY-SDK-APP/policyLogger.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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 |