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

Add log-level param for buildextend subcommands #777

Merged
merged 1 commit into from
Sep 24, 2019

Conversation

vrutkovs
Copy link
Member

@vrutkovs vrutkovs commented Sep 24, 2019

When log-level is set for buildextend command it would be passed to ore.
This would help with getting more info when upload fails.

Tested this in RHCOS pipeline

src/cmd-buildextend-gcp Outdated Show resolved Hide resolved
When log-level is set for buildextend command it would be passed to `ore`.
This would help with getting more info when upload fails
@@ -28,6 +28,7 @@ parser.add_argument("--build", help="Build ID",
parser.add_argument("--name-suffix", help="Suffix for name")
parser.add_argument("--regions", help="EC2 regions",
default=default_all_regions, nargs='+')
parser.add_argument("--log-level", help="ore log level")
Copy link
Member

Choose a reason for hiding this comment

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

ore log level

Related to this is #692. E.g. ideally we'd log way less to the terminal, and then --log-level here would allow bumping that up (in addition to passing it along to ore).

@jlebon
Copy link
Member

jlebon commented Sep 24, 2019

CI failing because of #778.

@jlebon jlebon merged commit 16d4274 into coreos:master Sep 24, 2019
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.

2 participants