Dvc: [HACKTOBERFEST] Import: output is too verbose

Created on 11 Sep 2019  路  3Comments  路  Source: iterative/dvc

Script:

dvc init --no-scm
dvc import https://github.com/iterative/dvc scripts/innosetup/dvc.ico

Current output:

Importing 'scripts/innosetup/dvc.ico (https://github.com/iterative/dvc)' -> 'dvc.ico'
Adding '../../../tmp/tmpxec7c6ycdvc-repo/.dvc/tmp' to '../../../tmp/tmpxec7c6ycdvc-repo/.dvc/.gitignore'.
Output 'dvc.ico' didn't change. Skipping saving.
Saving information to 'dvc.ico.dvc'.

Desired output:

Importing 'scripts/innosetup/dvc.ico (https://github.com/iterative/dvc)' -> 'dvc.ico'
Saving information to 'dvc.ico.dvc'.
enhancement hacktoberfest p2-medium ui

Most helpful comment

I like the idea of moving those to debug; can we agree on that one?

All 3 comments

I guess it is about dvc in general. Those two middle messages could be easilly moved to debug in general.

I like the idea of moving those to debug; can we agree on that one?

@mroutis Makes total sense to me too :slightly_smiling_face:

Was this page helpful?
0 / 5 - 0 ratings