1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Added available options for :log_level and :format.

Also some explanation about the behaviour for :airbrussh.
This commit is contained in:
Evaldo Junior 2017-07-20 23:31:04 +02:00
parent ed0a3f08df
commit 255697d9f9

View file

@ -130,10 +130,13 @@ The following variables are settable:
* `:log_level`
* **default:** `:debug`
* Used in SSHKit.
* Other available options are :info, :warn and :error.
* `:format`
* **default:** `:airbrussh`
* Used in SSHKit.
* Other available options are :dot and :pretty.
* The default formatter :airbrussh will print the output even when :log_level is :warn or :error, while :dot and :pretty will use the defined :log_level.
Capistrano plugins can provide their own configuration variables. Please refer