lib/percheron/container/main.rb in percheron-0.3.0 vs lib/percheron/container/main.rb in percheron-0.3.1
- old
+ new
@@ -79,10 +79,10 @@
def create!
unless exists?
$logger.debug "Container '#{name}' does not exist, creating"
Container::Actions::Create.new(self).execute!
else
- $logger.warn "Not creating '#{name}' container as it already exists"
+ $logger.debug "Not creating '#{name}' container as it already exists"
end
end
def recreate!(bypass_auto_recreate: false)
if exists?