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()) {
|
||||
log.debug(
|
||||
"Instrumentation muzzled: {} -- {} on {}",
|
||||
instrumentationPrimaryName,
|
||||
instrumentationNames,
|
||||
Instrumenter.Default.this.getClass().getName(),
|
||||
classLoader);
|
||||
for (final Reference.Mismatch mismatch : mismatches) {
|
||||
|
|
Loading…
Reference in New Issue