Skip to content

Commit

Permalink
change log level from error to warn
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Liva <giovanni.liva@dynatrace.com>
  • Loading branch information
thisthat committed Sep 29, 2023
1 parent 5bb43c1 commit d5fbb96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void onNext(EventStreamResponse value) {

@Override
public void onError(Throwable t) {
log.error("event stream", t);
log.warn("event stream", t);
if (this.cache.getEnabled()) {
this.cache.clear();
}
Expand Down

0 comments on commit d5fbb96

Please sign in to comment.