File tree Expand file tree Collapse file tree
telemetry/src/main/java/datadog/telemetry/dependency Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ public static URI getJbossVfsPath(URL location) {
9393 JbossVirtualFileHelper .jbossVirtualFileHelper =
9494 new JbossVirtualFileHelper (connection .getClass ().getClassLoader ());
9595 } catch (Exception e ) {
96- log .warn ("Error preparing for inspection of jboss virtual files" , e );
96+ log .debug ("Error preparing for inspection of jboss virtual files" , e );
9797 return null ;
9898 }
9999 }
@@ -105,7 +105,7 @@ public static URI getJbossVfsPath(URL location) {
105105 if (physicalFile .isFile () && physicalFile .getName ().endsWith (".jar" )) {
106106 return physicalFile .toURI ();
107107 } else {
108- log .warn ("Physical file {} is not a jar" , physicalFile );
108+ log .debug ("Physical file {} is not a jar" , physicalFile );
109109 }
110110
111111 // not sure what this is about, but it's what the old code used to do
You can’t perform that action at this time.
0 commit comments