lib/bolt/transport/docker/connection.rb in bolt-1.33.0 vs lib/bolt/transport/docker/connection.rb in bolt-1.34.0
- old
+ new
@@ -10,9 +10,10 @@
def initialize(target)
raise Bolt::ValidationError, "Target #{target.safe_name} does not have a host" unless target.host
@target = target
@logger = Logging.logger[target.safe_name]
@docker_host = @target.options['service-url']
+ @logger.debug("Initializing docker connection to #{@target.safe_name}")
end
def connect
# We don't actually have a connection, but we do need to
# check that the container exists and is running.