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

per-subsystem log-levels #109

Merged
merged 2 commits into from
Apr 17, 2021
Merged

per-subsystem log-levels #109

merged 2 commits into from
Apr 17, 2021

Conversation

Stebalien
Copy link
Member

Ex:

GOLOG_LOG_LEVEL=error,foo=info,bar=debug

This will set the default log-level to error, foo's log-level o info, and bar's log-level to debug.

fixes #100

@Stebalien Stebalien requested a review from schomatis April 17, 2021 01:43
Copy link
Contributor

@schomatis schomatis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not familiar with this package but this makes sense.

setup.go Outdated Show resolved Hide resolved
Ex:

    GOLOG_LOG_LEVEL=error,foo=info,bar=debug

This will set the default log-level to error, foo's log-level o info,
and bar's log-level to debug.

fixes #100
@Stebalien Stebalien force-pushed the feat/per-subsystem-level branch from 5802523 to 3aca1a4 Compare April 17, 2021 02:06
@Stebalien Stebalien merged commit aa7b97a into master Apr 17, 2021
@Stebalien Stebalien deleted the feat/per-subsystem-level branch April 17, 2021 02:06
@aschmahmann aschmahmann mentioned this pull request Aug 23, 2021
62 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow per-system levels to be set in environment variable or file
2 participants