Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
suranjay committed Jul 20, 2023
1 parent 3748ee6 commit 1b440b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public FileSpanExporter() {

@Override
public CompletableResultCode export(Collection<SpanData> spans) {
DEFAULT_LOGGER.info("mm5>");
if (isShutdown.get()) {
return CompletableResultCode.ofFailure();
}
Expand Down

0 comments on commit 1b440b7

Please sign in to comment.