You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library can be used in an application based on vinyl streams, outside of the context of Gulp (see below). In this context, the logging is a nuisance. Allow the logging to be tuned either globally or via the constructor (whichever makes more sense). If this is just a matter of documentation, simply add instructions to the README that explain how to control and tune the logging.
I agree. I like gulpssh, but the logging is a hassle. I'd like to suppress much of it, especially when copying files over .dest()
I poked through the source and it looks like it uses npm fancy-log. Most of these various classes (ie, exec, dest, ssh...) allow for an options parameters.
Someone just needs to open a pull request and create this logging option. Doesn't seem like it would be all that difficult. One option to globally shutdown all gulpssh log output, and also you can individually passing logging in to each utility function.. something like:
This library can be used in an application based on vinyl streams, outside of the context of Gulp (see below). In this context, the logging is a nuisance. Allow the logging to be tuned either globally or via the constructor (whichever makes more sense). If this is just a matter of documentation, simply add instructions to the README that explain how to control and tune the logging.
The text was updated successfully, but these errors were encountered: