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

Add configurable log levels. #13

Merged
merged 1 commit into from
Oct 14, 2020
Merged

Add configurable log levels. #13

merged 1 commit into from
Oct 14, 2020

Conversation

cuevaskoch
Copy link
Contributor

Log levels can be set via a LOG_LEVEL environment variable. Supports
the following:

FATAL
ERROR
WARN
INFO
DEBUG

The default level is INFO when the log package determines it is running
in kubernetes and DEBUG otherwise.

(+semver: feature)

Signed-off-by: Jeff Cuevas-Koch jeff@cuevaskoch.com

Log levels can be set via a LOG_LEVEL environment variable.  Supports
the following:

FATAL
ERROR
WARN
INFO
DEBUG

The default level is INFO when the log package determines it is running
in kubernetes and DEBUG otherwise.

(+semver: feature)

Signed-off-by: Jeff Cuevas-Koch <jeff@cuevaskoch.com>
@cuevaskoch cuevaskoch added enhancement New feature or request hacktoberfest-accepted Valid for 2020's Hacktoberfest labels Oct 14, 2020
@cuevaskoch cuevaskoch merged commit ca788e8 into master Oct 14, 2020
@cuevaskoch cuevaskoch deleted the feature/log-levels branch January 26, 2021 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest-accepted Valid for 2020's Hacktoberfest
Development

Successfully merging this pull request may close these issues.

2 participants