-
Notifications
You must be signed in to change notification settings - Fork 45
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
[BUG] Verbose mode is not default #248
Labels
bug
Something isn't working
Comments
@20001LastOrder do you mean 1) when Sherpa is run in a production environment it should start in verbose mode? Or 2) when run in any environment Sherpa should always default to verbose mode? |
this is actually a request from me. currently sherpa slack doesn't show its
"reasoning process" and provides an answer "out of nowhere". this makes it
hard to superficially debug when things go wrong, or more importantly to
trust "its work" when some answer is provided that might need further
investigation. the idea is to make what is currently available via
`--verbose` flag as the default behavior. now is it just for slack, or
general behavior of the library is a good design question. can it be done
as a flag which is turned on for slack sherpa in prod, and turned off in
contexts where only the "answer" is relevant?
in general though, this is in the broader context of having sherpa
communicate its reasoning steps or errors to the end user and providing
guidance about how things can be resolved. so ideally we need a framework
and set of design choices that allow sherpa interact effectively with end
user with some UX choices that can be configured based on context.
…On Tue, Dec 5, 2023 at 11:02 AM Oshoma Momoh ***@***.***> wrote:
@20001LastOrder <https://github.com/20001LastOrder> do you mean 1) when
Sherpa is run in a production environment it should start in verbose mode?
Or 2) when run in any environment Sherpa should always default to verbose
mode?
—
Reply to this email directly, view it on GitHub
<#248 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD4OK5N5J44SWE4L3CNAEBLYH5ASLAVCNFSM6AAAAABADDQHZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBRGA4TIMJUGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Should now be resolved with the merge of #250 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Currently, Sherpa is not running in the
verbose
mode by default.Expected behavior
Sherpa would run in the
verbose
mode by default and provide details on the task executionThe text was updated successfully, but these errors were encountered: