Skip to content

Commit 2f01b03

Browse files
authored
Update TargetPoller.java
1 parent 095e910 commit 2f01b03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aws-xray-recorder-sdk-core/src/main/java/com/amazonaws/xray/strategy/sampling/pollers

aws-xray-recorder-sdk-core/src/main/java/com/amazonaws/xray/strategy/sampling/pollers/TargetPoller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void start() {
6666
try {
6767
pollManifest();
6868
} catch (Throwable t) {
69-
logger.warn("Encountered error polling GetSamplingTargets: ", t);
69+
logger.info("Encountered error polling GetSamplingTargets: ", t);
7070
// Propagate if Error so executor stops executing.
7171
// TODO(anuraaga): Many Errors aren't fatal, this should probably be more restricted, e.g.
7272
// https://github.com/openzipkin/brave/blob/master/brave/src/main/java/brave/internal/Throwables.java

0 commit comments

Comments
 (0)