Feature Request: use set_config
to make lo
default to verbose
#18
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Hi,
Thanks for the great work on this project, its very helpful!
I've found it is often still useful to maintain the
verbose
output for all prints, but this is currently not configurable and requireslo(..., verbose=True)
to be repeated frequently.A workaround I've been using is
but it's not quite as elegant as something like toggling
set_config(verbose=True)
.Any chance this could be included in the config in the future?
The text was updated successfully, but these errors were encountered: