summaryrefslogtreecommitdiffstats
path: root/src/main/resources/logging/RESTClientMsgs.properties
diff options
context:
space:
mode:
authorLee, Tian (tl5884) <TianL@amdocs.com>2018-11-21 12:02:49 +0000
committerLee, Tian (tl5884) <TianL@amdocs.com>2018-11-21 12:11:43 +0000
commitc782aa5250b32e8aa3c7ecd088f47fd87334a8ef (patch)
tree75d544b2b7a023de4fe5e96fe57eae6ef00952a1 /src/main/resources/logging/RESTClientMsgs.properties
parentef858ed661134e651082675c091db056f8add98d (diff)
Rewrite rest-client to use Jersey 2.x API1.4.0
This is to fix clashes with the rs-api 2.x jars that Spring Boot requires on the classpath. Change-Id: Ic36cdf0d650f96c54824e2f51c7f8060b2588c66 Issue-ID: AAI-1939 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
Diffstat (limited to 'src/main/resources/logging/RESTClientMsgs.properties')
-rw-r--r--src/main/resources/logging/RESTClientMsgs.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/logging/RESTClientMsgs.properties b/src/main/resources/logging/RESTClientMsgs.properties
index 75d2b8d..2d1ce83 100644
--- a/src/main/resources/logging/RESTClientMsgs.properties
+++ b/src/main/resources/logging/RESTClientMsgs.properties
@@ -44,6 +44,10 @@ HEALTH_CHECK_SUCCESS=\
AC0006I|\
Successfully established connection to {0} at {1}
+HTTP_REQUEST_TIME_WITH_RETRIES=\
+ AC0007I|\
+ {0} request at url = {1} operation time = {2} attempt number = {3}
+
HTTP_REQUEST_INTERRUPTED=\
AC2001E|\
{0} request interrupted while sleeping at url = {1} with cause = {2}