#840: additional log
This commit is contained in:
parent
e26fa71311
commit
daaa73b8f4
@ -190,8 +190,10 @@ module Devops
|
|||||||
@out << "After bootstrap hooks...\n"
|
@out << "After bootstrap hooks...\n"
|
||||||
res = self.run_hook(:after_bootstrap, @out)
|
res = self.run_hook(:after_bootstrap, @out)
|
||||||
@out << "Done\n"
|
@out << "Done\n"
|
||||||
|
msg = "Server with id '#{@server.id}' is bootstraped"
|
||||||
|
@out.puts msg
|
||||||
@out.flush
|
@out.flush
|
||||||
DevopsLogger.logger.info "Server with id '#{@server.id}' is bootstraped"
|
DevopsLogger.logger.info msg
|
||||||
r
|
r
|
||||||
else
|
else
|
||||||
@out << "Can not bootstrap node '#{@server.id}', error code: #{r}"
|
@out << "Can not bootstrap node '#{@server.id}', error code: #{r}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user