We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fe6d1 commit d4fb64eCopy full SHA for d4fb64e
app/actions/droplet_create.rb
@@ -53,6 +53,7 @@ def find_or_create_buildpack_droplet(build)
53
DropletModel.db.transaction do
54
existing = DropletModel.where(build_guid: build.guid).first
55
if existing
56
+ Steno.logger('droplet_existing').info("existing droplet found: #{existing.guid}")
57
if build.cnb_lifecycle?
58
existing.cnb_lifecycle_data ||= build.cnb_lifecycle_data
59
else
0 commit comments