svetlyak40wt / dotfiler

Shell agnostic git based dotfiles package manager, written in Python.
238 stars 31 forks source link

Make `update -v` moderately verbose #26

Open dbitouze opened 2 years ago

dbitouze commented 2 years ago

When running dot update -v, in addition to:

INFO    Making pull in "...":
INFO        Already up to date.
INFO    Making pull in "...":
INFO        Already up to date.
INFO    Making pull in "...":
INFO        Already up to date.
[...]

we get a lot of lines such as:

INFO Symlink from ... to ... already exists

Would it be possible to make the -v option less verbose by dropping these INFO Symlink [...] lines and, possibly, display them with a -vv more verbose option?

svetlyak40wt commented 2 years ago

Go ahead, implement it!