Skip to content

There is an incredibly amount of verbose output when a buildpack is not matched #109

@n0n0x

Description

@n0n0x

As it can be seen in the following image, when not setting a specific buildpack via BUILDPACK_URL, the slugbuilder cycles through every installed buildpack until it detects the actual programming language (code for reference):

image

This is great, but in the past year, buildpacks like nodejs and php have increased their verbosity when the app is not detected. Leading to something like the following output when deploying using deis:

Screen Shot 2019-11-25 at 09 28 50

I would like to change this behavior by setting a variable like DEIS_BUILDPACK_DEBUG to True or False (defaulting to False and suppressing such output). This way the output would look cleaner as following:

image

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions