Fix confusing log message about exporters. (#275)

This commit is contained in:
John Bley 2020-03-22 17:00:22 -04:00 committed by GitHub
parent 396baa69d6
commit 5c5a114349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ public class TracerInstaller {
} else {
log.warn("No valid exporter found. Tracing will run but spans are dropped");
}
} else {
log.warn("No exporter is specified. Tracing will run but spans are dropped");
}
} else {