Print all instrumentation names when muzzled

This commit is contained in:
Laplie Anderson 2019-11-13 14:12:26 -05:00
parent fecaa8d084
commit 251ceeb978
1 changed files with 1 additions and 1 deletions

View File

@ -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) {