mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
A few more tweaks to ST logging
git-svn-id: http://svn.rubyonrails.org/rails/tools/switchtower@3609 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
17ec994638
commit
17d94f7554
2 changed files with 1 additions and 3 deletions
|
@ -22,8 +22,6 @@ module SwitchTower
|
|||
# fails (non-zero return code) on any of the hosts, this will raise a
|
||||
# RuntimeError.
|
||||
def process!
|
||||
logger.debug "processing command"
|
||||
|
||||
since = Time.now
|
||||
loop do
|
||||
active = 0
|
||||
|
|
|
@ -137,7 +137,7 @@ module SwitchTower
|
|||
|
||||
load :string => File.read(file), :name => options[:name] || file
|
||||
elsif options[:string]
|
||||
logger.debug "loading configuration #{options[:name] || "<eval>"}"
|
||||
logger.trace "loading configuration #{options[:name] || "<eval>"}"
|
||||
instance_eval options[:string], options[:name] || "<eval>"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue