Do you think it'd be helpful to replace this: ```...
# development
h
Do you think it'd be helpful to replace this:
Copy code
> [INFO] Building dockerfile_parser.pex from dockerfile-parser_default_lockfile.txt
With this?
Copy code
> [INFO] Building dockerfile_parser.pex from <https://github.com/pantsbuild.pants/2.8.0.dev3/src/python/pants/backend/docker/dockerfile_lockfile.txt>
c
It's a bit verbose perhaps, and more helpful maybe to convey if it is a default or custom resolve being used..?
As a debug log entry it could definitely be useful though 👍🏽:)