Skip to content

Commit

Permalink
Merge pull request #99 from rl112826/master
Browse files Browse the repository at this point in the history
RL - Fixing logging message for grpc client on error.
  • Loading branch information
shreyaa-sharma authored Mar 1, 2019
2 parents 57b8d05 + d30cae0 commit 3acf2df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void onCompleted() {
@Override
public void onError(Throwable t) {
onErrorCounter.increment();
LOGGER.error("Dispatching span failed with error: {}", t);
LOGGER.error("Dispatching span failed with error: " + t, t);
}

@Override
Expand Down

0 comments on commit 3acf2df

Please sign in to comment.