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

Minimum Log Levels #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Minimum Log Levels #28

wants to merge 1 commit into from

Commits on Oct 23, 2024

  1. Minimum Log Levels

    In the case of leveled logging, allow the user to set a minimum log
    level via the leveled.FilteredLogger type or through the
    gkelog.WithMinSeverity function which pipes it through the context.
    
    This allows us to suppress logs that are lower than the minimum level.
    sergiosalvatore committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4384b86 View commit details
    Browse the repository at this point in the history