Skip to content

Commit

Permalink
Reduce log level to trace
Browse files Browse the repository at this point in the history
  • Loading branch information
ArloL committed Aug 9, 2016
1 parent 464a051 commit 3bc2aa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ public static ResourceResolver getResourceResolver(
if (pluginDepencyProjectLocations.isEmpty()) {
throw e;
}
LOG.error("Could not get mojo", e);
LOG.trace("Could not get mojo", e);
}
return new ResourceResolver(mojoExecution.getMojoDescriptor()
.getPluginDescriptor().getClassRealm(), projectLocation,
Expand Down

0 comments on commit 3bc2aa9

Please sign in to comment.