Skip to content

Commit

Permalink
feat: improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Sep 25, 2024
1 parent 4870289 commit ec148d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ public Data<Output> next() {
});
}
catch( Exception e ) {
log.error( e.getMessage(), e );
future.completeExceptionally(e);
}
return Data.of(future);
Expand Down

0 comments on commit ec148d7

Please sign in to comment.