Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for buildpack log level environment variable BP_LOG_LEVEL #69

Merged
merged 3 commits into from
Sep 24, 2021

Conversation

pivotal-david-osullivan
Copy link
Contributor

Adds support for environment variable 'BP_LOG_LEVEL' for configuring buildpack log levels.

This gives more options over the current BP_DEBUG flag, as it will allow scope for other verbosity levels to be added in the future. The variable currently accepts values of 'INFO' (default) or 'DEBUG'.

This variable is analogous to the CNB_LOG_LEVEL variable which exists for configuring lifecycle log levels.

@samj1912 samj1912 added semver:minor A change requiring a minor version bump type:enhancement A general enhancement labels Aug 12, 2021
…EL' which currently accepts 'INFO' (default) or 'DEBUG'

Signed-off-by: David O'Sullivan <davidos@vmware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:minor A change requiring a minor version bump type:enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants