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

Allow to disable debug output #116

Merged
merged 1 commit into from
Dec 18, 2022
Merged

Allow to disable debug output #116

merged 1 commit into from
Dec 18, 2022

Commits on Dec 18, 2022

  1. Allow to disable debug output

    Currently if `BEAKER_debug` variable is set to anything then `beaker` is started with `--log-level debug` CLI option. This change allows to not enable debug logging if `BEAKER_debug` is set to `no`. That's useful when some upper layer sets this variable by default (as there is no way to unset it after).
    jay7x committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    432dd33 View commit details
    Browse the repository at this point in the history