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 switch to enable verbose logging #16

Closed
wants to merge 3 commits into from

Conversation

hobochili
Copy link
Collaborator

  • Introduces a new setting named verbose which, when enabled, applies the log_level setting globally.
  • Adds a mapping function to the Config class to fix a bug causing non-empty string declarations of Boolean settings to always resolve as True
  • Adds various, unassigned environment variables to the docker-compose config to facilitate overriding settings from the command line (ex. WORDLEBOT_VERBOSE=true docker-compose up)

Fix an issue causing non-empty string declarations
of Boolean settings to always resolve as True.
Introduce new setting named "verbose" which,
when enabled, applies the log_level setting globally.
@hobochili hobochili closed this Feb 19, 2022
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.

1 participant