File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
aws-xray-recorder-sdk-core/src/main/java/com/amazonaws/xray/strategy/sampling/pollers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public void start() {
71
71
try {
72
72
pollRule ();
73
73
} catch (Throwable t ) {
74
- logger .error ("Encountered error polling GetSamplingRules: " , t );
74
+ logger .info ("Encountered error polling GetSamplingRules: " , t );
75
75
// Propagate if Error so executor stops executing.
76
76
// TODO(anuraaga): Many Errors aren't fatal, this should probably be more restricted, e.g.
77
77
// https://github.com/openzipkin/brave/blob/master/brave/src/main/java/brave/internal/Throwables.java
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public void start() {
66
66
try {
67
67
pollManifest ();
68
68
} catch (Throwable t ) {
69
- logger .error ("Encountered error polling GetSamplingTargets: " , t );
69
+ logger .info ("Encountered error polling GetSamplingTargets: " , t );
70
70
// Propagate if Error so executor stops executing.
71
71
// TODO(anuraaga): Many Errors aren't fatal, this should probably be more restricted, e.g.
72
72
// https://github.com/openzipkin/brave/blob/master/brave/src/main/java/brave/internal/Throwables.java
You can’t perform that action at this time.
0 commit comments