bazeltools / bazel-deps

Generate bazel dependencies for maven artifacts
MIT License
249 stars 121 forks source link

Improve logging for gradle resolver #378

Closed johnynek closed 5 months ago

johnynek commented 5 months ago

This does two main things:

  1. removes an annoying println in our logs about using VersionResolver. We have configured to use the "highest" conflict resolution. We don't need to println every time that runs. If we want to error, there is a VersionConflictPolicy for that: Fixed. I moved that println to a debug setting (which we can select with --verbosity debug to bazel-deps).
  2. adds a bit more info logging to make sure deleted edges were being seen.