paketo-buildpacks / poetry-install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leverage `scribe.Emitter` functionality

robdimsdale opened this issue · comments

This buildpack uses scribe.NewFormattedMapFromEnvironment to log environment variables, when we could instead use logger.EnvironmentVariables. We should make this change as it is simpler and provides an improved log output.

See also paketo-buildpacks/cpython#337