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

Set verbose as the default behavior #250

Merged
merged 5 commits into from
Dec 8, 2023

Conversation

20001LastOrder
Copy link
Collaborator

change the --verbose flag to '--not-verbose` flag and make verbose logging as the default behavior.

Copy link
Collaborator

@oshoma oshoma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of non-verbose let's rename the flag to something like concise or terse or brief. Or keep it as verbose and just change the default to true.

@20001LastOrder 20001LastOrder requested a review from oshoma December 7, 2023 17:16
@@ -129,7 +134,7 @@ def get_response(
def file_event_handler(say, files, team_id, user_id, thread_ts, question):
if files[0]["size"] > cfg.FILE_SIZE_LIMIT:
say(
"Sorry, the file you attached is larger than 2mb. Please try again with a smaller file",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not asking for a change at this time, but noting that we should really put FILE_SIZE_LIMIT (as MB) in the message here instead of hard-coding.

oshoma
oshoma previously approved these changes Dec 8, 2023
@oshoma
Copy link
Collaborator

oshoma commented Dec 8, 2023

@20001LastOrder I tweaked test names and corresponding test data files.

Please resolve merge conflicts and then we're good to go.

@20001LastOrder
Copy link
Collaborator Author

@oshoma Resolve the merge conflicts. It seems you'll need to approve it again.

@oshoma oshoma merged commit 6a8bdc1 into Aggregate-Intellect:main Dec 8, 2023
@amirfz
Copy link
Contributor

amirfz commented Dec 9, 2023

@20001LastOrder confirming that this has not worked. just tested and didn't see the verbose behavior. re #248

@20001LastOrder 20001LastOrder deleted the verbose branch December 13, 2023 02:56
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.

3 participants