You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(m_isConnected==null||m_isConnected==true)// first time after connection change or when connection is lost
167
-
m_logger.LogWarning(httpEx,"Failed to connect to {ClientName}-client at {BaseAddress}",ClientName,m_httpClient.BaseAddress);
167
+
m_logger.LogWarning("Failed to connect to {ClientName}-client at {BaseAddress}, Reason: {Message}",ClientName,m_httpClient.BaseAddress,httpEx.Message);
0 commit comments