pivotal / LicenseFinder

Find licenses for your project's dependencies.
MIT License
1.73k stars 340 forks source link

[Fixed] Print subproject paths when logging #1017

Closed swarren12 closed 9 months ago

swarren12 commented 10 months ago

Make it easier to see what's going on when running recursively by printing the sub-project that is currently being analysed.

e.g. old:

Running prepare on project
Finished prepare on project
Running prepare on project
Finished prepare on project
Yarn is active
Yarn is active

new:

Running prepare on project 'subproj1'
Finished prepare on project 'subproj1'
Running prepare on project 'subproj2'
Finished prepare on project 'subproj2'
Yarn is active for 'subproj1'
Yarn is active for 'subproj2'
cf-gitbot commented 10 months ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.