kennethreitz / kennethreitz/simplemind

Global verbose

Open
#46 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
537
Forks
31
PR merge metrics
No merged PRs in 30d

Description

While logging is supported many of us still rely on the good ol' `print` for debugging. Do you thing we should add a `verbose` variable of type `bool` (Default `False`) to the settings class and print various things (like name of model, model response, logging status, etc...)?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the settings class and the existing logging or print call sites mentioned in the issue. Clarify which diagnostic output verbose mode should control, then verify that its default is False and that the selected output appears only when enabled.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.