tar verbosity when extracting on remote
Closed this issue · 2 comments
miks commented
Is it really needed? For large project there are hundred of files.
I'm thinking about switch to configure this behaviour, but can we make assumption that default behaviour is without tar verbosity?
miks commented
Seems that is quite simple to just force Capistrano to be less verbose with:
set :format, :pretty
set :log_level, :info
xuwupeng2000 commented
👍