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

set regular logging level to ERROR #5957

Merged

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    757fc9a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. change logging level based on verbosity arg

    - add verbosity arg to check command, if verbosity if None (default),
        logging level is set to warn
    - create a build_options function in check.py for handling all arguments
        used to build the options string for pipenv check. Was needed
        because otherwise there were too many branches for the linter.
    fmssn committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    3601005 View commit details
    Browse the repository at this point in the history