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...)?
While logging is supported many of us still rely on the good ol'
print
for debugging. Do you thing we should add averbose
variable of typebool
(DefaultFalse
) to the settings class and print various things (like name of model, model response, logging status, etc...)?