Fix confusing log message about exporters. (#275)
This commit is contained in:
parent
396baa69d6
commit
5c5a114349
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue