Skip to content

Commit de1aa4b

Browse files
randomandersontrask
authored andcommitted
Remove noisy logging in InternalJarURLHandler (DataDog/dd-trace-java#1609)
1 parent 6b0ee86 commit de1aa4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/InternalJarURLHandler.java

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ protected URLConnection openConnection(final URL url) throws IOException {
7979
// it just means the same work is recomputed but does not affect consistency
8080
cache = new WeakReference<>(pair);
8181
} else {
82-
log.debug("{} not found in {}", filename, name);
8382
throw notFound;
8483
}
8584
} else {

0 commit comments

Comments
 (0)