Rewrite rest-client to use Jersey 2.x API
[aai/rest-client.git] / src / main / resources / logging / RESTClientMsgs.properties
index 75d2b8d..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}