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

Clean up command line completions #73

Open
svange opened this issue Oct 6, 2023 · 0 comments
Open

Clean up command line completions #73

svange opened this issue Oct 6, 2023 · 0 comments
Assignees

Comments

@svange
Copy link
Owner

svange commented Oct 6, 2023

Description

Currently when running ob "something" --profile="whatever", lots of output is generated (most if not all of it from the logging module). Capture that and redirect it to some other debug level (like debug). We don't even want to see that output in the dev stage unless absolutely necessary.

Possible Solution

Log redirection seems like a good choice. I think I've seen similar functionality in pytest, and I'm sure it can be accomplished with a monkey patch at worst.

Additional context

In cli.py, there is a method that uses python click to create a command line tool. This is where the call to the agent is made.

Additional context

No response

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

No branches or pull requests

1 participant