Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

add verbosity option #429

Merged
merged 3 commits into from
Sep 16, 2020
Merged

add verbosity option #429

merged 3 commits into from
Sep 16, 2020

Conversation

loosebazooka
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Sep 10, 2020

Codecov Report

Merging #429 into master will decrease coverage by 0.02%.
The diff coverage is 50.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #429      +/-   ##
============================================
- Coverage     59.50%   59.47%   -0.03%     
  Complexity      120      120              
============================================
  Files            32       32              
  Lines           642      644       +2     
  Branches         50       50              
============================================
+ Hits            382      383       +1     
- Misses          244      245       +1     
  Partials         16       16              
Impacted Files Coverage Δ Complexity Δ
...oogle/cloud/tools/maven/cloudsdk/CloudSdkMojo.java 28.57% <0.00%> (-1.06%) 6.00 <0.00> (ø)
...tools/maven/cloudsdk/CloudSdkAppEngineFactory.java 30.95% <100.00%> (+0.83%) 7.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a05b21e...13d39e5. Read the comment docs.

@@ -42,6 +42,9 @@
@Parameter(property = "serviceAccountKeyFile", required = false)
private File serviceAccountKeyFile;

/** Optional parameter to configure the gcloud logging verbosity level. */
@Parameter private String verbosity;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it unnecessary to have

@Parameter(property = "verbosity", required = false)

like for the serviceAccountKeyFile field?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

property is for the command line option -Dverbosity=info or something, which I'm hesitant to add, maybe it could be gcloud.verbosity or something? verbosity seems like it could clash with a bunch of things

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will add gcloud.verbosity

@loosebazooka loosebazooka merged commit 68a3e75 into master Sep 16, 2020
@loosebazooka loosebazooka deleted the add-verbosity-option branch September 16, 2020 15:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants