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
SelfLog.WriteLine("A status code of {0} was received when attempting to send to {1}. The event has been discarded and will not be placed back in the queue.",response.StatusCode.ToString(),_splunkHost);
172
183
}
173
184
else
174
185
{
175
-
//Application Errors sent via HTTP Event Collector
SelfLog.WriteLine("A status code of {0} was received when attempting to send to {1}. The event has been discarded and will not be placed back in the queue.",response.StatusCode.ToString(),_splunkHost);
179
-
}
180
-
else
181
-
{
182
-
//Put the item back in the queue & retry on next go
183
-
SelfLog.WriteLine("A status code of {0} was received when attempting to send to {1}. The event has been placed back in the queue",response.StatusCode.ToString(),_splunkHost);
186
+
//Put the item back in the queue & retry on next go
187
+
SelfLog.WriteLine("A status code of {0} was received when attempting to send to {1}. The event has been placed back in the queue",response.StatusCode.ToString(),_splunkHost);
0 commit comments