Rewrite rest-client to use Jersey 2.x API
[aai/rest-client.git] / src / main / resources / logging / RESTClientMsgs.properties
index 9df0764..2d1ce83 100644 (file)
@@ -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}
@@ -55,3 +59,7 @@ HTTP_REQUEST_ERROR=\
 HEALTH_CHECK_FAILURE=\
     AC2003E|\
     Failed to establish connection to {0} at {1}. Cause {2}
+    
+CLIENT_INITIALIZATION_FAILURE=\
+    AC2004E|\
+    Failure to initialize rest client. Cause {0}