-
Notifications
You must be signed in to change notification settings - Fork 87
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
Improve logging of the rhsm registration #499
Conversation
Codecov Report
@@ Coverage Diff @@
## main #499 +/- ##
=======================================
Coverage 87.50% 87.50%
=======================================
Files 17 17
Lines 2400 2400
Branches 416 416
=======================================
Hits 2100 2100
Misses 239 239
Partials 61 61 Continue to review full report at Codecov.
|
29aed4b
to
1c516ba
Compare
Just FYI, the slight decrease of codecov coverage is because this PR is removing some piece of code, that before, used to be covered. |
/packit test |
In a case where the system registration using --org and --activationkey failed, the logging message "Trying again - provide username and password." didn't make sense because we're not asking in that case for a username and a password.
1c516ba
to
7f66e38
Compare
/packit test |
1 similar comment
/packit test |
In a case where the system registration using --org and --activationkey failed, the logging message "Trying again - provide username and password." didn't make sense because we're not asking in that case for a username and a password.
In a case where the system registration using --org and --activationkey failed, the logging message "Trying again - provide username and password." didn't make sense because we're not asking in that case for a username and a password.
In a case where the system registration using --org and --activationkey failed, the logging message "Trying again - provide username and password." didn't make sense because we're not asking in that case for a username and a password.
In a case where the system registration using --org and --activationkey failed, the logging message "Trying again - provide username and password." didn't make sense because we're not asking in that case for a username and a password.
Also I moved printing the "Gathering subscription-manager registration info" to be under the "Attempt 2 of 3: Registering" because the info gathering is actually already part of the next attempt.
Original output:
New output: