microsoft/just

Include package names in task logs

sunilsurana opened this issue · 0 comments

Feature Ask:
When Just prints task started and finished logs it should also print package name along with it
When packages build are running in parallel it is difficult to identify which package run which task

Eg :

2020-05-05T16:50:21.8649373Z [4:50:21 PM] ■ started 'pack-nuget'
2020-05-05T16:50:21.8658601Z [4:50:21 PM] ■ finished 'pack-nuget' in 0s
2020-05-05T16:50:21.8664959Z [4:50:21 PM] ■ started 'publish-nuget'
2020-05-05T16:50:21.8673777Z [4:50:21 PM] ■ finished 'publish-nuget' in 0s