1
0
Fork 0
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:
Jamis Buck 2006-02-19 01:35:10 +00:00
parent 17ec994638
commit 17d94f7554
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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