-
Notifications
You must be signed in to change notification settings - Fork 54
cli: add verbose logging with --debug
flag
#809
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
cli: add verbose logging with --debug
flag
#809
Conversation
✅ Deploy Preview for constellation-docs canceled.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from my side.
Just some minor things:
Rebasing should fix the unit tests not running correctly 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution, and sorry again for our CI, we're working on improving this for external contributors. 😉 Most tests, passed, and two of the failed ones failed due to token issues on our side. I've checked your PR manually, and there are only two little things need to be changed regarding passing the CI.
No worries and my bad - I forgot to run I also meant to ask, would you like me to rebase to remove the merge commits from main? I haven't actually rebased this branch yet, just merged in the latest commits from main. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested the current state, works great! :)
Found some things that are sensitive and shouldn't be logged, see review comments.
Guess we can merge after these are fixed.
No need to rebease, we just wanted to get the CI running. The commits of your PR will be squash-merged, so no need to tidy up the history. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
--debug
flag
Proposed change(s)
Related issue
Additional info
Checklist