Skip to content

Commit df30ee6

Browse files
author
Matthew Fisher
committed
fix(api): remove slug tarball info from app log
This information is useless to the user. Changing the language to bring it in line with the other port default logs
1 parent 4ebe21f commit df30ee6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

rootfs/api/models/release.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@ def get_port(self, routable=False):
150150
return port
151151

152152
if self.build.type == "buildpack":
153-
msg = "Using default port 5000 for build pack image {}".format(self.image)
154-
self.app.log(msg)
153+
self.app.log('buildpack type detected. Defaulting to $PORT 5000')
155154
return 5000
156155

157156
# application has registry auth - $PORT is required

0 commit comments

Comments
 (0)