Scalingo / ruby-buildpack

Ruby Buildpack for Scalingo
MIT License
5 stars 13 forks source link

Find a way to introduce a DEBUG mode #24

Closed brandon-welsch closed 1 year ago

brandon-welsch commented 2 years ago

We need to have an env variable to allow to debug this buildpack, like BUILDPACK_DEBUG

However it is not as easy as other buildpacks which are shell-only buildpacks. This buildpack is written in Ruby, which makes the task more complex.

EtienneM commented 2 years ago

@brandon-welsch Can you update the description of the issue to explain what you call a DEBUG mode?

EtienneM commented 2 years ago

Ping again @brandon-welsch

Soulou commented 1 year ago

We're working on upstream buildpack, this adds not that much value to take time to instrument completely the buildpack compared to the need we have of debugging it I think, I'm closing for now.