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

Increase gradle logging to --info #4644

Merged
merged 1 commit into from Feb 9, 2018
Merged

Conversation

kennknowles
Copy link
Member

Currently gradle is logging at the default level of lifecycle. Increasing to info will show more about what work gradle is doing, such as re-downloading dependencies vs checksumming them, etc.


Follow this checklist to help us incorporate your contribution quickly and easily:

  • [N/A] Make sure there is a JIRA issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issue, without pulling in other changes.
  • [N/A] Format the pull request title like [BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replace BEAM-XXX with the appropriate JIRA issue.
  • Write a pull request description that is detailed enough to understand:
    • What the pull request does
    • Why it does it
    • How it does it
    • Why this approach
  • Each commit in the pull request should have a meaningful subject line and body.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

@lukecwik
Copy link
Member

lukecwik commented Feb 9, 2018

Copy link
Member

@lukecwik lukecwik left a comment

Choose a reason for hiding this comment

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

@kennknowles
Copy link
Member Author

Done

@kennknowles
Copy link
Member Author

run seed job

@kennknowles
Copy link
Member Author

run java gradle precommit

@lukecwik lukecwik merged commit 2736646 into apache:master Feb 9, 2018
@kennknowles
Copy link
Member Author

Curiously, I'm not seeing a lot of the logging that I get locally - in particular on the cmdline I definitely see messages about which deps are cached and which are fetched. Hmm.

@lukecwik
Copy link
Member

lukecwik commented Feb 9, 2018

Have you confirmed that the seed job has run and updated what gets called?

If this doesn't work, revert it?

@kennknowles
Copy link
Member Author

It definitely works to get more info, just not all the info seemingly.

@kennknowles kennknowles deleted the gradle-info branch April 24, 2018 21:20
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.

None yet

2 participants