commit
27489afd5c
|
@ -159,7 +159,7 @@ public class DDApi {
|
||||||
} else if (nextAllowedLogTime < System.currentTimeMillis()) {
|
} else if (nextAllowedLogTime < System.currentTimeMillis()) {
|
||||||
nextAllowedLogTime = System.currentTimeMillis() + MILLISECONDS_BETWEEN_ERROR_LOG;
|
nextAllowedLogTime = System.currentTimeMillis() + MILLISECONDS_BETWEEN_ERROR_LOG;
|
||||||
log.warn(
|
log.warn(
|
||||||
"Error while sending {} of {} traces to the DD agent. Status: {} (going silent for {} seconds)",
|
"Error while sending {} of {} traces to the DD agent. Status: {} (going silent for {} minutes)",
|
||||||
traces.size(),
|
traces.size(),
|
||||||
representativeCount,
|
representativeCount,
|
||||||
response.code(),
|
response.code(),
|
||||||
|
|
Loading…
Reference in New Issue