Print all instrumentation names when muzzled
This commit is contained in:
parent
fecaa8d084
commit
251ceeb978
|
@ -126,7 +126,7 @@ public interface Instrumenter {
|
||||||
if (log.isDebugEnabled()) {
|
if (log.isDebugEnabled()) {
|
||||||
log.debug(
|
log.debug(
|
||||||
"Instrumentation muzzled: {} -- {} on {}",
|
"Instrumentation muzzled: {} -- {} on {}",
|
||||||
instrumentationPrimaryName,
|
instrumentationNames,
|
||||||
Instrumenter.Default.this.getClass().getName(),
|
Instrumenter.Default.this.getClass().getName(),
|
||||||
classLoader);
|
classLoader);
|
||||||
for (final Reference.Mismatch mismatch : mismatches) {
|
for (final Reference.Mismatch mismatch : mismatches) {
|
||||||
|
|
Loading…
Reference in New Issue